cdk-common 2.0.356 → 2.0.358

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/assert",
3
- "version": "2.55.1",
3
+ "version": "2.56.0",
4
4
  "description": "An assertion library for use with CDK Apps",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -34,21 +34,21 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "devDependencies": {
37
- "@aws-cdk/assert-internal": "2.55.1",
38
- "@aws-cdk/cdk-build-tools": "2.55.1",
39
- "@aws-cdk/pkglint": "2.55.1",
37
+ "@aws-cdk/assert-internal": "2.56.0",
38
+ "@aws-cdk/cdk-build-tools": "2.56.0",
39
+ "@aws-cdk/pkglint": "2.56.0",
40
40
  "@types/jest": "^27.5.2",
41
- "aws-cdk-lib": "2.55.1",
42
- "aws-cdk-migration": "2.55.1",
41
+ "aws-cdk-lib": "2.56.0",
42
+ "aws-cdk-migration": "2.56.0",
43
43
  "constructs": "^10.0.0",
44
44
  "jest": "^27.3.1",
45
45
  "ts-jest": "^27.1.5"
46
46
  },
47
47
  "dependencies": {
48
- "@aws-cdk/cloudformation-diff": "2.55.1"
48
+ "@aws-cdk/cloudformation-diff": "2.56.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "aws-cdk-lib": "^2.55.1",
51
+ "aws-cdk-lib": "^2.56.0",
52
52
  "constructs": "^10.0.0",
53
53
  "jest": ">=26.6.3"
54
54
  },
@@ -1,3 +1,106 @@
1
+ # CloudFormation Resource Specification v102.0.0
2
+
3
+ ## New Resource Types
4
+
5
+ * AWS::DocDBElastic::Cluster
6
+ * AWS::IoTTwinMaker::SyncJob
7
+
8
+ ## Attribute Changes
9
+
10
+ * AWS::CodePipeline::CustomActionType Id (__added__)
11
+ * AWS::ElasticBeanstalk::ConfigurationTemplate TemplateName (__added__)
12
+ * AWS::ElasticLoadBalancingV2::TargetGroup TargetGroupArn (__added__)
13
+ * AWS::Route53Resolver::ResolverEndpoint OutpostArn (__added__)
14
+ * AWS::Route53Resolver::ResolverEndpoint PreferredInstanceType (__added__)
15
+ * AWS::WAFv2::RuleGroup AvailableLabels (__deleted__)
16
+ * AWS::WAFv2::RuleGroup ConsumedLabels (__deleted__)
17
+
18
+ ## Property Changes
19
+
20
+ * AWS::EKS::Addon ConfigurationValues (__added__)
21
+ * AWS::EMRServerless::Application Architecture (__added__)
22
+ * AWS::M2::Application KmsKeyId (__added__)
23
+ * AWS::M2::Environment KmsKeyId (__added__)
24
+ * AWS::RDS::DBCluster DBSystemId (__added__)
25
+ * AWS::RDS::DBInstance DBClusterSnapshotIdentifier (__added__)
26
+ * AWS::RDS::DBInstance RestoreTime (__added__)
27
+ * AWS::RDS::DBInstance SourceDBInstanceAutomatedBackupsArn (__added__)
28
+ * AWS::RDS::DBInstance SourceDbiResourceId (__added__)
29
+ * AWS::RDS::DBInstance UseLatestRestorableTime (__added__)
30
+ * AWS::Route53Resolver::ResolverEndpoint OutpostArn (__added__)
31
+ * AWS::Route53Resolver::ResolverEndpoint PreferredInstanceType (__added__)
32
+ * AWS::SSMIncidents::ReplicationSet Tags (__added__)
33
+ * AWS::WAFv2::RuleGroup AvailableLabels (__added__)
34
+ * AWS::WAFv2::RuleGroup ConsumedLabels (__added__)
35
+ * AWS::WAFv2::WebACL ChallengeConfig (__added__)
36
+ * AWS::WAFv2::WebACL TokenDomains (__added__)
37
+
38
+ ## Property Type Changes
39
+
40
+ * AWS::ECS::Service.DeploymentAlarms (__added__)
41
+ * AWS::WAFv2::RuleGroup.Challenge (__added__)
42
+ * AWS::WAFv2::RuleGroup.ChallengeConfig (__added__)
43
+ * AWS::WAFv2::WebACL.AWSManagedRulesBotControlRuleSet (__added__)
44
+ * AWS::WAFv2::WebACL.ChallengeAction (__added__)
45
+ * AWS::WAFv2::WebACL.ChallengeConfig (__added__)
46
+ * AWS::WAFv2::WebACL.RuleActionOverride (__added__)
47
+ * AWS::CodePipeline::CustomActionType.ArtifactDetails MaximumCount.UpdateType (__changed__)
48
+ * Old: Mutable
49
+ * New: Immutable
50
+ * AWS::CodePipeline::CustomActionType.ArtifactDetails MinimumCount.UpdateType (__changed__)
51
+ * Old: Mutable
52
+ * New: Immutable
53
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Description.UpdateType (__changed__)
54
+ * Old: Mutable
55
+ * New: Immutable
56
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Key.UpdateType (__changed__)
57
+ * Old: Mutable
58
+ * New: Immutable
59
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Name.UpdateType (__changed__)
60
+ * Old: Mutable
61
+ * New: Immutable
62
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Queryable.UpdateType (__changed__)
63
+ * Old: Mutable
64
+ * New: Immutable
65
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Required.UpdateType (__changed__)
66
+ * Old: Mutable
67
+ * New: Immutable
68
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Secret.UpdateType (__changed__)
69
+ * Old: Mutable
70
+ * New: Immutable
71
+ * AWS::CodePipeline::CustomActionType.ConfigurationProperties Type.UpdateType (__changed__)
72
+ * Old: Mutable
73
+ * New: Immutable
74
+ * AWS::CodePipeline::CustomActionType.Settings EntityUrlTemplate.UpdateType (__changed__)
75
+ * Old: Mutable
76
+ * New: Immutable
77
+ * AWS::CodePipeline::CustomActionType.Settings ExecutionUrlTemplate.UpdateType (__changed__)
78
+ * Old: Mutable
79
+ * New: Immutable
80
+ * AWS::CodePipeline::CustomActionType.Settings RevisionUrlTemplate.UpdateType (__changed__)
81
+ * Old: Mutable
82
+ * New: Immutable
83
+ * AWS::CodePipeline::CustomActionType.Settings ThirdPartyConfigurationUrl.UpdateType (__changed__)
84
+ * Old: Mutable
85
+ * New: Immutable
86
+ * AWS::ECS::Service.DeploymentConfiguration Alarms (__added__)
87
+ * AWS::ECS::TaskDefinition.PortMapping ContainerPortRange (__added__)
88
+ * AWS::ElasticBeanstalk::ConfigurationTemplate.SourceConfiguration ApplicationName.UpdateType (__changed__)
89
+ * Old: Mutable
90
+ * New: Immutable
91
+ * AWS::ElasticBeanstalk::ConfigurationTemplate.SourceConfiguration TemplateName.UpdateType (__changed__)
92
+ * Old: Mutable
93
+ * New: Immutable
94
+ * AWS::RDS::DBCluster.ScalingConfiguration SecondsBeforeTimeout (__added__)
95
+ * AWS::WAFv2::RuleGroup.Rule ChallengeConfig (__added__)
96
+ * AWS::WAFv2::RuleGroup.RuleAction Challenge (__added__)
97
+ * AWS::WAFv2::WebACL.ManagedRuleGroupConfig AWSManagedRulesBotControlRuleSet (__added__)
98
+ * AWS::WAFv2::WebACL.ManagedRuleGroupStatement RuleActionOverrides (__added__)
99
+ * AWS::WAFv2::WebACL.Rule ChallengeConfig (__added__)
100
+ * AWS::WAFv2::WebACL.RuleAction Challenge (__added__)
101
+ * AWS::WAFv2::WebACL.RuleGroupReferenceStatement RuleActionOverrides (__added__)
102
+
103
+
1
104
  # CloudFormation Resource Specification v101.0.0
2
105
 
3
106
  ## New Resource Types
@@ -1 +1 @@
1
- 101.0.0
1
+ 102.0.0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/cfnspec",
3
3
  "description": "The CloudFormation resource specification used by @aws-cdk packages",
4
- "version": "2.55.1",
4
+ "version": "2.56.0",
5
5
  "scripts": {
6
6
  "update": "cdk-build && /bin/bash build-tools/update.sh",
7
7
  "update-metrics": "/bin/bash build-tools/update-metrics.sh",
@@ -30,8 +30,8 @@
30
30
  "main": "lib/index.js",
31
31
  "types": "lib/index.d.ts",
32
32
  "devDependencies": {
33
- "@aws-cdk/cdk-build-tools": "2.55.1",
34
- "@aws-cdk/pkglint": "2.55.1",
33
+ "@aws-cdk/cdk-build-tools": "2.56.0",
34
+ "@aws-cdk/pkglint": "2.56.0",
35
35
  "@types/fs-extra": "^8.1.2",
36
36
  "@types/jest": "^27.5.2",
37
37
  "@types/md5": "^2.3.2",