Skip to content

Commit 52b5e0f

Browse files
authored
feat(aws-services): Support newly added regions (#10806)
This PR was created by a scheduled workflow to update supported regions for AWS services
1 parent 4297df5 commit 52b5e0f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

plugins/source/aws/client/data/partition_service_region.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,12 +671,16 @@
671671
"aps": {
672672
"regions": {
673673
"ap-northeast-1": {},
674+
"ap-northeast-2": {},
675+
"ap-south-1": {},
674676
"ap-southeast-1": {},
675677
"ap-southeast-2": {},
676678
"eu-central-1": {},
677679
"eu-north-1": {},
678680
"eu-west-1": {},
679681
"eu-west-2": {},
682+
"eu-west-3": {},
683+
"sa-east-1": {},
680684
"us-east-1": {},
681685
"us-east-2": {},
682686
"us-west-2": {}
@@ -6384,6 +6388,12 @@
63846388
"cn-northwest-1": {}
63856389
}
63866390
},
6391+
"emr-serverless": {
6392+
"regions": {
6393+
"cn-north-1": {},
6394+
"cn-northwest-1": {}
6395+
}
6396+
},
63876397
"es": {
63886398
"regions": {
63896399
"cn-north-1": {},
@@ -8228,7 +8238,9 @@
82288238
"route53resolver": {
82298239
"regions": {
82308240
"us-gov-east-1": {},
8231-
"us-gov-west-1": {}
8241+
"us-gov-east-1-fips": {},
8242+
"us-gov-west-1": {},
8243+
"us-gov-west-1-fips": {}
82328244
}
82338245
},
82348246
"runtime.lex": {

0 commit comments

Comments
 (0)