Skip to content

Commit 7948c0f

Browse files
authored
chore(region-info): register eu-central-2 (#24110)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 126f6a2 commit 7948c0f

File tree

39 files changed

+312
-213
lines changed

39 files changed

+312
-213
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"21.0.0"}
1+
{"version":"30.0.0"}

packages/@aws-cdk/aws-iot-actions/test/kinesis-firehose/integ.firehose-put-record-action.js.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "21.0.0",
2+
"version": "30.0.0",
33
"testCases": {
44
"integ.firehose-put-record-action": {
55
"stacks": [

packages/@aws-cdk/aws-iot-actions/test/kinesis-firehose/integ.firehose-put-record-action.js.snapshot/manifest.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
2-
"version": "21.0.0",
2+
"version": "30.0.0",
33
"artifacts": {
4-
"Tree": {
5-
"type": "cdk:tree",
6-
"properties": {
7-
"file": "tree.json"
8-
}
9-
},
104
"test-stack.assets": {
115
"type": "cdk:asset-manifest",
126
"properties": {
@@ -23,7 +17,7 @@
2317
"validateOnSynth": false,
2418
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
2519
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
26-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/ddaf82a99461f3117dfbf0a605c6a98fab96961d2031f4fd15e421c91fbb4dcd.json",
20+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/03786b6b8a2432f9670fd86c24d34e6b73c3751bfc6ce947a77f756176189257.json",
2721
"requiresBootstrapStackVersion": 6,
2822
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
2923
"additionalDependencies": [
@@ -119,6 +113,12 @@
119113
]
120114
},
121115
"displayName": "test-stack"
116+
},
117+
"Tree": {
118+
"type": "cdk:tree",
119+
"properties": {
120+
"file": "tree.json"
121+
}
122122
}
123123
}
124124
}

packages/@aws-cdk/aws-iot-actions/test/kinesis-firehose/integ.firehose-put-record-action.js.snapshot/test-stack.assets.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"version": "21.0.0",
2+
"version": "30.0.0",
33
"files": {
4-
"ddaf82a99461f3117dfbf0a605c6a98fab96961d2031f4fd15e421c91fbb4dcd": {
4+
"03786b6b8a2432f9670fd86c24d34e6b73c3751bfc6ce947a77f756176189257": {
55
"source": {
66
"path": "test-stack.template.json",
77
"packaging": "file"
88
},
99
"destinations": {
1010
"current_account-current_region": {
1111
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12-
"objectKey": "ddaf82a99461f3117dfbf0a605c6a98fab96961d2031f4fd15e421c91fbb4dcd.json",
12+
"objectKey": "03786b6b8a2432f9670fd86c24d34e6b73c3751bfc6ce947a77f756176189257.json",
1313
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
1414
}
1515
}

packages/@aws-cdk/aws-iot-actions/test/kinesis-firehose/integ.firehose-put-record-action.js.snapshot/test-stack.template.json

+3
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@
269269
"eu-central-1": {
270270
"FirehoseCidrBlock": "35.158.127.160/27"
271271
},
272+
"eu-central-2": {
273+
"FirehoseCidrBlock": "16.62.183.32/27"
274+
},
272275
"eu-north-1": {
273276
"FirehoseCidrBlock": "13.53.63.224/27"
274277
},

packages/@aws-cdk/aws-iot-actions/test/kinesis-firehose/integ.firehose-put-record-action.js.snapshot/tree.json

+48-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
"id": "App",
55
"path": "",
66
"children": {
7-
"Tree": {
8-
"id": "Tree",
9-
"path": "Tree",
10-
"constructInfo": {
11-
"fqn": "constructs.Construct",
12-
"version": "10.1.129"
13-
}
14-
},
157
"test-stack": {
168
"id": "test-stack",
179
"path": "test-stack",
@@ -58,6 +50,14 @@
5850
"id": "TopicRuleActionRole",
5951
"path": "test-stack/TopicRule/TopicRuleActionRole",
6052
"children": {
53+
"ImportTopicRuleActionRole": {
54+
"id": "ImportTopicRuleActionRole",
55+
"path": "test-stack/TopicRule/TopicRuleActionRole/ImportTopicRuleActionRole",
56+
"constructInfo": {
57+
"fqn": "@aws-cdk/core.Resource",
58+
"version": "0.0.0"
59+
}
60+
},
6161
"Resource": {
6262
"id": "Resource",
6363
"path": "test-stack/TopicRule/TopicRuleActionRole/Resource",
@@ -172,6 +172,14 @@
172172
"id": "Service Role",
173173
"path": "test-stack/MyStream/Service Role",
174174
"children": {
175+
"ImportService Role": {
176+
"id": "ImportService Role",
177+
"path": "test-stack/MyStream/Service Role/ImportService Role",
178+
"constructInfo": {
179+
"fqn": "@aws-cdk/core.Resource",
180+
"version": "0.0.0"
181+
}
182+
},
175183
"Resource": {
176184
"id": "Resource",
177185
"path": "test-stack/MyStream/Service Role/Resource",
@@ -207,6 +215,14 @@
207215
"id": "S3 Destination Role",
208216
"path": "test-stack/MyStream/S3 Destination Role",
209217
"children": {
218+
"ImportS3 Destination Role": {
219+
"id": "ImportS3 Destination Role",
220+
"path": "test-stack/MyStream/S3 Destination Role/ImportS3 Destination Role",
221+
"constructInfo": {
222+
"fqn": "@aws-cdk/core.Resource",
223+
"version": "0.0.0"
224+
}
225+
},
210226
"Resource": {
211227
"id": "Resource",
212228
"path": "test-stack/MyStream/S3 Destination Role/Resource",
@@ -422,12 +438,36 @@
422438
"fqn": "@aws-cdk/core.CfnMapping",
423439
"version": "0.0.0"
424440
}
441+
},
442+
"BootstrapVersion": {
443+
"id": "BootstrapVersion",
444+
"path": "test-stack/BootstrapVersion",
445+
"constructInfo": {
446+
"fqn": "@aws-cdk/core.CfnParameter",
447+
"version": "0.0.0"
448+
}
449+
},
450+
"CheckBootstrapVersion": {
451+
"id": "CheckBootstrapVersion",
452+
"path": "test-stack/CheckBootstrapVersion",
453+
"constructInfo": {
454+
"fqn": "@aws-cdk/core.CfnRule",
455+
"version": "0.0.0"
456+
}
425457
}
426458
},
427459
"constructInfo": {
428460
"fqn": "@aws-cdk/core.Stack",
429461
"version": "0.0.0"
430462
}
463+
},
464+
"Tree": {
465+
"id": "Tree",
466+
"path": "Tree",
467+
"constructInfo": {
468+
"fqn": "constructs.Construct",
469+
"version": "10.1.237"
470+
}
431471
}
432472
},
433473
"constructInfo": {

packages/@aws-cdk/aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.js.snapshot/asset.bb426cfb5fed5237e5928f871893b243ddf86a591a592b558bd29f60e28bad9d/index.d.ts

-1
This file was deleted.

packages/@aws-cdk/aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.js.snapshot/asset.bb426cfb5fed5237e5928f871893b243ddf86a591a592b558bd29f60e28bad9d/index.ts

-82
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ __export(lambda_data_processor_exports, {
2525
module.exports = __toCommonJS(lambda_data_processor_exports);
2626
async function handler(event, context) {
2727
const output = event.records.map((record) => ({
28+
/* This transformation is the "identity" transformation, the data is left intact */
2829
recordId: record.recordId,
2930
result: "Ok",
3031
data: record.data

packages/@aws-cdk/aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.js.snapshot/aws-cdk-firehose-delivery-stream-s3-all-properties.assets.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"version": "21.0.0",
2+
"version": "30.0.0",
33
"files": {
4-
"bb426cfb5fed5237e5928f871893b243ddf86a591a592b558bd29f60e28bad9d": {
4+
"33e2651435a0d472a75c1e033c9832b21321d9e56711926b04c5705e5f63874c": {
55
"source": {
6-
"path": "asset.bb426cfb5fed5237e5928f871893b243ddf86a591a592b558bd29f60e28bad9d",
6+
"path": "asset.33e2651435a0d472a75c1e033c9832b21321d9e56711926b04c5705e5f63874c",
77
"packaging": "zip"
88
},
99
"destinations": {
1010
"current_account-current_region": {
1111
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
12-
"objectKey": "bb426cfb5fed5237e5928f871893b243ddf86a591a592b558bd29f60e28bad9d.zip",
12+
"objectKey": "33e2651435a0d472a75c1e033c9832b21321d9e56711926b04c5705e5f63874c.zip",
1313
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
1414
}
1515
}
1616
},
17-
"e70614f6470d8736f4193537658d70c6051e82eea0088bf6cc013acbbfe93b05": {
17+
"fe1ae9f614deb9ad8681131e8d3ebb6f23ae0c8f1f589d433c09881ad327487f": {
1818
"source": {
19-
"path": "asset.e70614f6470d8736f4193537658d70c6051e82eea0088bf6cc013acbbfe93b05",
19+
"path": "asset.fe1ae9f614deb9ad8681131e8d3ebb6f23ae0c8f1f589d433c09881ad327487f",
2020
"packaging": "zip"
2121
},
2222
"destinations": {
2323
"current_account-current_region": {
2424
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
25-
"objectKey": "e70614f6470d8736f4193537658d70c6051e82eea0088bf6cc013acbbfe93b05.zip",
25+
"objectKey": "fe1ae9f614deb9ad8681131e8d3ebb6f23ae0c8f1f589d433c09881ad327487f.zip",
2626
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
2727
}
2828
}
2929
},
30-
"55fc1aa9bf364d3e6b9363b2280e7b4560be5dd8277f2ee814c2af1ed17c6560": {
30+
"50666bf74e910525a185a183318a89ced08655da52784476757fc65c264b0ca8": {
3131
"source": {
3232
"path": "aws-cdk-firehose-delivery-stream-s3-all-properties.template.json",
3333
"packaging": "file"
3434
},
3535
"destinations": {
3636
"current_account-current_region": {
3737
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
38-
"objectKey": "55fc1aa9bf364d3e6b9363b2280e7b4560be5dd8277f2ee814c2af1ed17c6560.json",
38+
"objectKey": "50666bf74e910525a185a183318a89ced08655da52784476757fc65c264b0ca8.json",
3939
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
4040
}
4141
}

packages/@aws-cdk/aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.js.snapshot/aws-cdk-firehose-delivery-stream-s3-all-properties.template.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"S3Bucket": {
113113
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
114114
},
115-
"S3Key": "bb426cfb5fed5237e5928f871893b243ddf86a591a592b558bd29f60e28bad9d.zip"
115+
"S3Key": "33e2651435a0d472a75c1e033c9832b21321d9e56711926b04c5705e5f63874c.zip"
116116
},
117117
"Timeout": 900,
118118
"MemorySize": 128,
@@ -280,7 +280,7 @@
280280
"S3Bucket": {
281281
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
282282
},
283-
"S3Key": "e70614f6470d8736f4193537658d70c6051e82eea0088bf6cc013acbbfe93b05.zip"
283+
"S3Key": "fe1ae9f614deb9ad8681131e8d3ebb6f23ae0c8f1f589d433c09881ad327487f.zip"
284284
},
285285
"Role": {
286286
"Fn::GetAtt": [
@@ -738,6 +738,9 @@
738738
"eu-central-1": {
739739
"FirehoseCidrBlock": "35.158.127.160/27"
740740
},
741+
"eu-central-2": {
742+
"FirehoseCidrBlock": "16.62.183.32/27"
743+
},
741744
"eu-north-1": {
742745
"FirehoseCidrBlock": "13.53.63.224/27"
743746
},
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"21.0.0"}
1+
{"version":"30.0.0"}

packages/@aws-cdk/aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.js.snapshot/integ.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "21.0.0",
2+
"version": "30.0.0",
33
"testCases": {
44
"integ.s3-bucket.lit": {
55
"stacks": [

packages/@aws-cdk/aws-kinesisfirehose-destinations/test/integ.s3-bucket.lit.js.snapshot/manifest.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
2-
"version": "21.0.0",
2+
"version": "30.0.0",
33
"artifacts": {
4-
"Tree": {
5-
"type": "cdk:tree",
6-
"properties": {
7-
"file": "tree.json"
8-
}
9-
},
104
"aws-cdk-firehose-delivery-stream-s3-all-properties.assets": {
115
"type": "cdk:asset-manifest",
126
"properties": {
@@ -23,7 +17,7 @@
2317
"validateOnSynth": false,
2418
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-deploy-role-${AWS::AccountId}-${AWS::Region}",
2519
"cloudFormationExecutionRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-cfn-exec-role-${AWS::AccountId}-${AWS::Region}",
26-
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/55fc1aa9bf364d3e6b9363b2280e7b4560be5dd8277f2ee814c2af1ed17c6560.json",
20+
"stackTemplateAssetObjectUrl": "s3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/50666bf74e910525a185a183318a89ced08655da52784476757fc65c264b0ca8.json",
2721
"requiresBootstrapStackVersion": 6,
2822
"bootstrapStackVersionSsmParameter": "/cdk-bootstrap/hnb659fds/version",
2923
"additionalDependencies": [
@@ -179,6 +173,12 @@
179173
]
180174
},
181175
"displayName": "aws-cdk-firehose-delivery-stream-s3-all-properties"
176+
},
177+
"Tree": {
178+
"type": "cdk:tree",
179+
"properties": {
180+
"file": "tree.json"
181+
}
182182
}
183183
}
184184
}

0 commit comments

Comments
 (0)