Skip to content

Commit 76c140d

Browse files
chore: add new partitions and regions (#30737)
Note that the docstring in `aws-entities` states that the regions are added in the order they went live. For several, that was not accurate so I reordered them. This is unlikely to matter but I made the change so that the documentation there would be factually correct. Not all of these regions/partitions are live yet, but they have been announced [here](https://aws.amazon.com/blogs/aws/category/regions/) ### Checklist - [ ] 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 3eef589 commit 76c140d

File tree

810 files changed

+740175
-648294
lines changed

Some content is hidden

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

810 files changed

+740175
-648294
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-apigateway/test/integ.restapi.access-log-firehose.js.snapshot/asset.44e9c4d7a5d3fd2d677e1a7e416b2b56f6b0104bd5eff9cac5557b4c65a9dc61/index.js

Lines changed: 1 addition & 0 deletions
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/asset.96ea260348625427bb7f28ab3b379f62da6f428bcd155cb13f9261aa6a404b0d/index.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 5 deletions
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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"S3Bucket": {
114114
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
115115
},
116-
"S3Key": "96ea260348625427bb7f28ab3b379f62da6f428bcd155cb13f9261aa6a404b0d.zip"
116+
"S3Key": "44e9c4d7a5d3fd2d677e1a7e416b2b56f6b0104bd5eff9cac5557b4c65a9dc61.zip"
117117
},
118118
"Timeout": 900,
119119
"MemorySize": 128,
@@ -333,9 +333,18 @@
333333
"ap-southeast-4": {
334334
"value": "nodejs20.x"
335335
},
336+
"ap-southeast-5": {
337+
"value": "nodejs20.x"
338+
},
339+
"ap-southeast-7": {
340+
"value": "nodejs20.x"
341+
},
336342
"ca-central-1": {
337343
"value": "nodejs20.x"
338344
},
345+
"ca-west-1": {
346+
"value": "nodejs20.x"
347+
},
339348
"cn-north-1": {
340349
"value": "nodejs18.x"
341350
},
@@ -348,6 +357,9 @@
348357
"eu-central-2": {
349358
"value": "nodejs20.x"
350359
},
360+
"eu-isoe-west-1": {
361+
"value": "nodejs18.x"
362+
},
351363
"eu-north-1": {
352364
"value": "nodejs20.x"
353365
},
@@ -375,6 +387,9 @@
375387
"me-south-1": {
376388
"value": "nodejs20.x"
377389
},
390+
"mx-central-1": {
391+
"value": "nodejs20.x"
392+
},
378393
"sa-east-1": {
379394
"value": "nodejs20.x"
380395
},

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.appsync-logmetrics.js.snapshot/AppSyncLogMetrics.assets.json

Lines changed: 2 additions & 2 deletions
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-logmetrics.js.snapshot/AppSyncLogMetrics.template.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,18 @@
241241
"ap-southeast-4": {
242242
"value": "nodejs20.x"
243243
},
244+
"ap-southeast-5": {
245+
"value": "nodejs20.x"
246+
},
247+
"ap-southeast-7": {
248+
"value": "nodejs20.x"
249+
},
244250
"ca-central-1": {
245251
"value": "nodejs20.x"
246252
},
253+
"ca-west-1": {
254+
"value": "nodejs20.x"
255+
},
247256
"cn-north-1": {
248257
"value": "nodejs18.x"
249258
},
@@ -256,6 +265,9 @@
256265
"eu-central-2": {
257266
"value": "nodejs20.x"
258267
},
268+
"eu-isoe-west-1": {
269+
"value": "nodejs18.x"
270+
},
259271
"eu-north-1": {
260272
"value": "nodejs20.x"
261273
},
@@ -283,6 +295,9 @@
283295
"me-south-1": {
284296
"value": "nodejs20.x"
285297
},
298+
"mx-central-1": {
299+
"value": "nodejs20.x"
300+
},
286301
"sa-east-1": {
287302
"value": "nodejs20.x"
288303
},

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

Lines changed: 1 addition & 1 deletion
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.graphql-rds-serverlessv2.js.snapshot/appsync-rds-serverlessV2.assets.json

Lines changed: 2 additions & 2 deletions
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.graphql-rds-serverlessv2.js.snapshot/appsync-rds-serverlessV2.template.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,9 +1003,18 @@
10031003
"ap-southeast-4": {
10041004
"value": "nodejs20.x"
10051005
},
1006+
"ap-southeast-5": {
1007+
"value": "nodejs20.x"
1008+
},
1009+
"ap-southeast-7": {
1010+
"value": "nodejs20.x"
1011+
},
10061012
"ca-central-1": {
10071013
"value": "nodejs20.x"
10081014
},
1015+
"ca-west-1": {
1016+
"value": "nodejs20.x"
1017+
},
10091018
"cn-north-1": {
10101019
"value": "nodejs18.x"
10111020
},
@@ -1018,6 +1027,9 @@
10181027
"eu-central-2": {
10191028
"value": "nodejs20.x"
10201029
},
1030+
"eu-isoe-west-1": {
1031+
"value": "nodejs18.x"
1032+
},
10211033
"eu-north-1": {
10221034
"value": "nodejs20.x"
10231035
},
@@ -1045,6 +1057,9 @@
10451057
"me-south-1": {
10461058
"value": "nodejs20.x"
10471059
},
1060+
"mx-central-1": {
1061+
"value": "nodejs20.x"
1062+
},
10481063
"sa-east-1": {
10491064
"value": "nodejs20.x"
10501065
},

packages/@aws-cdk-testing/framework-integ/test/aws-appsync/test/integ.graphql-rds-serverlessv2.js.snapshot/manifest.json

Lines changed: 1 addition & 1 deletion
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.js-resolver.js.snapshot/AppSyncJsResolverTestStack.assets.json

Lines changed: 2 additions & 2 deletions
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.js-resolver.js.snapshot/AppSyncJsResolverTestStack.template.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,18 @@
445445
"ap-southeast-4": {
446446
"value": "nodejs20.x"
447447
},
448+
"ap-southeast-5": {
449+
"value": "nodejs20.x"
450+
},
451+
"ap-southeast-7": {
452+
"value": "nodejs20.x"
453+
},
448454
"ca-central-1": {
449455
"value": "nodejs20.x"
450456
},
457+
"ca-west-1": {
458+
"value": "nodejs20.x"
459+
},
451460
"cn-north-1": {
452461
"value": "nodejs18.x"
453462
},
@@ -460,6 +469,9 @@
460469
"eu-central-2": {
461470
"value": "nodejs20.x"
462471
},
472+
"eu-isoe-west-1": {
473+
"value": "nodejs18.x"
474+
},
463475
"eu-north-1": {
464476
"value": "nodejs20.x"
465477
},
@@ -487,6 +499,9 @@
487499
"me-south-1": {
488500
"value": "nodejs20.x"
489501
},
502+
"mx-central-1": {
503+
"value": "nodejs20.x"
504+
},
490505
"sa-east-1": {
491506
"value": "nodejs20.x"
492507
},

0 commit comments

Comments
 (0)