Skip to content

Commit 205bc8f

Browse files
authored
chore(region-info): register ap-east-2 region (#34284)
### Issue # (if applicable) Closes #34224. ### Reason for this change Add new region ap-east-2 (Taipei) ### Description of changes Made changes according to the checklist for new region Partition for this new region is 'aws' ### Describe any new or updated permissions being added NA ### Description of how you validated changes ``` yarn build yarn test ``` ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 1445955 commit 205bc8f

File tree

1,110 files changed

+9944
-44405
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,110 files changed

+9944
-44405
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/manifest.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/test-apigateway-access-logs-firehose.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/test-apigateway-access-logs-firehose.template.json

+3
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@
306306
"ap-east-1": {
307307
"value": "nodejs20.x"
308308
},
309+
"ap-east-2": {
310+
"value": "nodejs20.x"
311+
},
309312
"ap-northeast-1": {
310313
"value": "nodejs20.x"
311314
},

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/aws-appconfig-configuration.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/aws-appconfig-configuration.template.json

+3
Original file line numberDiff line numberDiff line change
@@ -2073,6 +2073,9 @@
20732073
"ap-east-1": {
20742074
"value": "nodejs20.x"
20752075
},
2076+
"ap-east-2": {
2077+
"value": "nodejs20.x"
2078+
},
20762079
"ap-northeast-1": {
20772080
"value": "nodejs20.x"
20782081
},

packages/@aws-cdk-testing/framework-integ/test/aws-appconfig/test/integ.configuration.js.snapshot/manifest.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-channel-namespace.js.snapshot/EventApiChannelNamespaceStack.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-channel-namespace.js.snapshot/EventApiChannelNamespaceStack.template.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@
319319
"ap-east-1": {
320320
"value": "nodejs20.x"
321321
},
322+
"ap-east-2": {
323+
"value": "nodejs20.x"
324+
},
322325
"ap-northeast-1": {
323326
"value": "nodejs20.x"
324327
},
@@ -428,7 +431,7 @@
428431
"value": "nodejs18.x"
429432
},
430433
"us-isob-west-1": {
431-
"value":"nodejs18.x"
434+
"value": "nodejs18.x"
432435
},
433436
"us-west-1": {
434437
"value": "nodejs20.x"

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-channel-namespace.js.snapshot/manifest.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-event-api.js.snapshot/appsync-event-api-stack.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-event-api.js.snapshot/appsync-event-api-stack.template.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,9 @@
705705
"ap-east-1": {
706706
"value": "nodejs20.x"
707707
},
708+
"ap-east-2": {
709+
"value": "nodejs20.x"
710+
},
708711
"ap-northeast-1": {
709712
"value": "nodejs20.x"
710713
},
@@ -814,7 +817,7 @@
814817
"value": "nodejs18.x"
815818
},
816819
"us-isob-west-1": {
817-
"value":"nodejs18.x"
820+
"value": "nodejs18.x"
818821
},
819822
"us-west-1": {
820823
"value": "nodejs20.x"

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-event-api.js.snapshot/appsynceventapitestDefaultTestDeployAssertBF937085.assets.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-event-api.js.snapshot/appsynceventapitestDefaultTestDeployAssertBF937085.template.json

+8-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)