Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-ssm

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-ssm - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

test/test.ssm-document.d.ts

10

lib/ssm.generated.d.ts

@@ -8,6 +8,6 @@ import cdk = require('@aws-cdk/cdk');

/**
* ``AWS::SSM::Association.DocumentName``
* ``AWS::SSM::Association.Name``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-association.html#cfn-ssm-association-name
*/
documentName: string | cdk.Token;
name: string | cdk.Token;
/**

@@ -229,3 +229,3 @@ * ``AWS::SSM::Association.AssociationName``

*/
maintenanceWindowTaskName?: string | cdk.Token;
name?: string | cdk.Token;
/**

@@ -495,3 +495,3 @@ * ``AWS::SSM::MaintenanceWindowTask.TaskInvocationParameters``

*/
parameterName?: string | cdk.Token;
name?: string | cdk.Token;
}

@@ -538,3 +538,3 @@ /**

*/
patchBaselineName: string | cdk.Token;
name: string | cdk.Token;
/**

@@ -541,0 +541,0 @@ * ``AWS::SSM::PatchBaseline.ApprovalRules``

{
"name": "@aws-cdk/aws-ssm",
"version": "0.13.0",
"version": "0.14.0",
"description": "The CDK Construct Library for AWS::SSM",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.13.0",
"cdk-build-tools": "^0.13.0",
"cfn2ts": "^0.13.0",
"pkglint": "^0.13.0"
"@aws-cdk/assert": "^0.14.0",
"cdk-build-tools": "^0.14.0",
"cfn2ts": "^0.14.0",
"pkglint": "^0.14.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.13.0"
"@aws-cdk/cdk": "^0.14.0"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc