Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-cloudformation

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.38.0 to 1.39.0

40

lib/cloudformation.generated.d.ts

@@ -28,2 +28,10 @@ import * as cdk from '@aws-cdk/core';

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCustomResource;
/**
* `AWS::CloudFormation::CustomResource.ServiceToken`

@@ -104,2 +112,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html#cfn-customresource-servicetoken

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnMacro;
/**
* `AWS::CloudFormation::Macro.FunctionName`

@@ -202,2 +218,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html#cfn-cloudformation-macro-functionname

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnStack;
/**
* `AWS::CloudFormation::Stack.TemplateURL`

@@ -290,2 +314,10 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stack.html#cfn-cloudformation-stack-templateurl

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnWaitCondition;
/**
* @cloudformationAttribute Data

@@ -347,2 +379,10 @@ */

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnWaitConditionHandle;
/**
* Create a new `AWS::CloudFormation::WaitConditionHandle`.

@@ -349,0 +389,0 @@ *

50

package.json
{
"name": "@aws-cdk/aws-cloudformation",
"version": "1.38.0",
"version": "1.39.0",
"description": "CDK Constructs for AWS CloudFormation",

@@ -65,23 +65,23 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.38.0",
"@aws-cdk/aws-events": "1.38.0",
"@aws-cdk/aws-s3-assets": "1.38.0",
"@aws-cdk/aws-sns-subscriptions": "1.38.0",
"@aws-cdk/aws-sqs": "1.38.0",
"@aws-cdk/aws-ssm": "1.38.0",
"@aws-cdk/assert": "1.39.0",
"@aws-cdk/aws-events": "1.39.0",
"@aws-cdk/aws-s3-assets": "1.39.0",
"@aws-cdk/aws-sns-subscriptions": "1.39.0",
"@aws-cdk/aws-sqs": "1.39.0",
"@aws-cdk/aws-ssm": "1.39.0",
"@types/aws-lambda": "^8.10.39",
"@types/nodeunit": "^0.0.30",
"cdk-build-tools": "1.38.0",
"cdk-integ-tools": "1.38.0",
"cfn2ts": "1.38.0",
"@types/nodeunit": "^0.0.31",
"cdk-build-tools": "1.39.0",
"cdk-integ-tools": "1.39.0",
"cfn2ts": "1.39.0",
"nodeunit": "^0.11.3",
"pkglint": "1.38.0"
"pkglint": "1.39.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.38.0",
"@aws-cdk/aws-lambda": "1.38.0",
"@aws-cdk/aws-s3": "1.38.0",
"@aws-cdk/aws-sns": "1.38.0",
"@aws-cdk/core": "1.38.0",
"@aws-cdk/cx-api": "1.38.0",
"@aws-cdk/aws-iam": "1.39.0",
"@aws-cdk/aws-lambda": "1.39.0",
"@aws-cdk/aws-s3": "1.39.0",
"@aws-cdk/aws-sns": "1.39.0",
"@aws-cdk/core": "1.39.0",
"@aws-cdk/cx-api": "1.39.0",
"constructs": "^3.0.2"

@@ -91,12 +91,12 @@ },

"peerDependencies": {
"@aws-cdk/aws-iam": "1.38.0",
"@aws-cdk/aws-lambda": "1.38.0",
"@aws-cdk/aws-s3": "1.38.0",
"@aws-cdk/aws-sns": "1.38.0",
"@aws-cdk/core": "1.38.0",
"@aws-cdk/cx-api": "1.38.0",
"@aws-cdk/aws-iam": "1.39.0",
"@aws-cdk/aws-lambda": "1.39.0",
"@aws-cdk/aws-s3": "1.39.0",
"@aws-cdk/aws-sns": "1.39.0",
"@aws-cdk/core": "1.39.0",
"@aws-cdk/cx-api": "1.39.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.13.0"
"node": ">= 10.13.0 <13 || >=13.7.0"
},

@@ -103,0 +103,0 @@ "awslint": {

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