cdk-common 2.0.287 → 2.0.289

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.
Files changed (43) hide show
  1. package/.jsii +3 -9
  2. package/API.md +0 -5
  3. package/lib/main.js +1 -1
  4. package/lib/managed-policies.d.ts +0 -1
  5. package/lib/managed-policies.js +1 -2
  6. package/node_modules/@aws-cdk/assert/package.json +8 -8
  7. package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +72 -0
  8. package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
  9. package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
  10. package/node_modules/@aws-cdk/cfnspec/spec/specification.json +961 -24
  11. package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +1381 -1341
  12. package/node_modules/@aws-cdk/cloudformation-diff/package.json +5 -5
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +5 -2
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +18 -0
  16. package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +37 -2
  17. package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +28 -0
  18. package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +1 -1
  19. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
  20. package/node_modules/@types/concat-stream/node_modules/@types/node/path.d.ts +2 -2
  21. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +5 -2
  22. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +18 -0
  23. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/http.d.ts +37 -2
  24. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/http2.d.ts +28 -0
  25. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/path.d.ts +2 -2
  26. package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/util.d.ts +28 -0
  27. package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +28 -0
  28. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  29. package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +5 -2
  30. package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +18 -0
  31. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +37 -2
  32. package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +28 -0
  33. package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
  34. package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
  35. package/node_modules/@types/form-data/node_modules/@types/node/path.d.ts +2 -2
  36. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +5 -2
  37. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs/promises.d.ts +18 -0
  38. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http.d.ts +37 -2
  39. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http2.d.ts +28 -0
  40. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/path.d.ts +2 -2
  41. package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/util.d.ts +28 -0
  42. package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +28 -0
  43. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/assert",
3
- "version": "2.45.0",
3
+ "version": "2.46.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.45.0",
38
- "@aws-cdk/cdk-build-tools": "2.45.0",
39
- "@aws-cdk/pkglint": "2.45.0",
37
+ "@aws-cdk/assert-internal": "2.46.0",
38
+ "@aws-cdk/cdk-build-tools": "2.46.0",
39
+ "@aws-cdk/pkglint": "2.46.0",
40
40
  "@types/jest": "^27.5.2",
41
- "aws-cdk-lib": "2.45.0",
42
- "aws-cdk-migration": "2.45.0",
41
+ "aws-cdk-lib": "2.46.0",
42
+ "aws-cdk-migration": "2.46.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.45.0"
48
+ "@aws-cdk/cloudformation-diff": "2.46.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "aws-cdk-lib": "^2.45.0",
51
+ "aws-cdk-lib": "^2.46.0",
52
52
  "constructs": "^10.0.0",
53
53
  "jest": ">=26.6.3"
54
54
  },
@@ -1,3 +1,75 @@
1
+ # CloudFormation Resource Specification v92.0.0
2
+
3
+ ## New Resource Types
4
+
5
+ * AWS::GreengrassV2::Deployment
6
+ * AWS::M2::Application
7
+ * AWS::Rekognition::StreamProcessor
8
+ * AWS::Transfer::Agreement
9
+ * AWS::Transfer::Certificate
10
+ * AWS::Transfer::Connector
11
+ * AWS::Transfer::Profile
12
+
13
+ ## Attribute Changes
14
+
15
+ * AWS::ApiGatewayV2::Model ModelId (__added__)
16
+ * AWS::EC2::EIP PublicIp (__added__)
17
+ * AWS::EC2::EIP Documentation (__changed__)
18
+ * Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html
19
+ * New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html
20
+ * AWS::EC2::VPCEndpoint Id (__added__)
21
+ * AWS::EC2::VPCEndpoint DnsEntries.DuplicatesAllowed (__added__)
22
+ * AWS::EC2::VPCEndpoint NetworkInterfaceIds.DuplicatesAllowed (__added__)
23
+ * AWS::RDS::DBProxy VpcId (__added__)
24
+
25
+ ## Property Changes
26
+
27
+ * AWS::EC2::EIP Domain.Documentation (__changed__)
28
+ * Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain
29
+ * New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-domain
30
+ * AWS::EC2::EIP InstanceId.Documentation (__changed__)
31
+ * Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid
32
+ * New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-instanceid
33
+ * AWS::EC2::EIP InstanceId.UpdateType (__changed__)
34
+ * Old: Conditional
35
+ * New: Mutable
36
+ * AWS::EC2::EIP NetworkBorderGroup.Documentation (__changed__)
37
+ * Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-networkbordergroup
38
+ * New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-networkbordergroup
39
+ * AWS::EC2::EIP PublicIpv4Pool.Documentation (__changed__)
40
+ * Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool
41
+ * New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-publicipv4pool
42
+ * AWS::EC2::EIP PublicIpv4Pool.UpdateType (__changed__)
43
+ * Old: Conditional
44
+ * New: Mutable
45
+ * AWS::EC2::EIP Tags.Documentation (__changed__)
46
+ * Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-tags
47
+ * New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-tags
48
+ * AWS::Route53RecoveryReadiness::Cell CellName.Required (__changed__)
49
+ * Old: true
50
+ * New: false
51
+ * AWS::Route53RecoveryReadiness::ReadinessCheck ReadinessCheckName.Required (__changed__)
52
+ * Old: true
53
+ * New: false
54
+ * AWS::Route53RecoveryReadiness::RecoveryGroup RecoveryGroupName.Required (__changed__)
55
+ * Old: true
56
+ * New: false
57
+ * AWS::Route53RecoveryReadiness::ResourceSet ResourceSetName.Required (__changed__)
58
+ * Old: true
59
+ * New: false
60
+ * AWS::SageMaker::EndpointConfig ExplainerConfig (__added__)
61
+
62
+ ## Property Type Changes
63
+
64
+ * AWS::M2::Environment.EfsStorageConfiguration (__added__)
65
+ * AWS::M2::Environment.FsxStorageConfiguration (__added__)
66
+ * AWS::SageMaker::EndpointConfig.ExplainerConfig (__added__)
67
+ * AWS::S3::MultiRegionAccessPoint.Region AccountId (__deleted__)
68
+
69
+ ## Unapplied changes
70
+
71
+ * AWS::IdentityStore is at 0.0.0
72
+
1
73
  # CloudFormation Resource Specification v91.0.0
2
74
 
3
75
  ## New Resource Types
@@ -1 +1 @@
1
- 91.0.0
1
+ 92.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.45.0",
4
+ "version": "2.46.0",
5
5
  "scripts": {
6
6
  "update": "cdk-build && /bin/bash build-tools/update.sh && /bin/bash build-tools/update-cfnlint.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.45.0",
34
- "@aws-cdk/pkglint": "2.45.0",
33
+ "@aws-cdk/cdk-build-tools": "2.46.0",
34
+ "@aws-cdk/pkglint": "2.46.0",
35
35
  "@types/fs-extra": "^8.1.2",
36
36
  "@types/jest": "^27.5.2",
37
37
  "@types/md5": "^2.3.2",