Skip to content

Commit 3b79f9f

Browse files
authored
feat(aws-services): Support newly added regions (#11100)
This PR was created by a scheduled workflow to update supported regions for AWS services
1 parent c59c96b commit 3b79f9f

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@
358358
"ap-southeast-1": {},
359359
"ap-southeast-2": {},
360360
"ap-southeast-3": {},
361+
"ap-southeast-4": {},
361362
"ca-central-1": {},
362363
"eu-central-1": {},
363364
"eu-central-2": {},
@@ -1231,6 +1232,7 @@
12311232
"ap-southeast-1": {},
12321233
"ap-southeast-2": {},
12331234
"ap-southeast-3": {},
1235+
"ap-southeast-4": {},
12341236
"ca-central-1": {},
12351237
"eu-central-1": {},
12361238
"eu-central-2": {},
@@ -1769,6 +1771,7 @@
17691771
"ap-southeast-1": {},
17701772
"ap-southeast-2": {},
17711773
"ap-southeast-3": {},
1774+
"ap-southeast-4": {},
17721775
"ca-central-1": {},
17731776
"eu-central-1": {},
17741777
"eu-central-2": {},
@@ -2544,6 +2547,7 @@
25442547
"ap-southeast-1": {},
25452548
"ap-southeast-2": {},
25462549
"ap-southeast-3": {},
2550+
"ap-southeast-4": {},
25472551
"ca-central-1": {},
25482552
"eu-central-1": {},
25492553
"eu-central-2": {},
@@ -2612,6 +2616,7 @@
26122616
"ap-southeast-1": {},
26132617
"ap-southeast-2": {},
26142618
"ap-southeast-3": {},
2619+
"ap-southeast-4": {},
26152620
"ca-central-1": {},
26162621
"eu-central-1": {},
26172622
"eu-central-2": {},
@@ -3137,6 +3142,7 @@
31373142
"ap-southeast-1": {},
31383143
"ap-southeast-2": {},
31393144
"ap-southeast-3": {},
3145+
"ap-southeast-4": {},
31403146
"ca-central-1": {},
31413147
"eu-central-1": {},
31423148
"eu-central-2": {},
@@ -3734,6 +3740,25 @@
37343740
"us-west-2": {}
37353741
}
37363742
},
3743+
"mediapackagev2": {
3744+
"regions": {
3745+
"ap-northeast-1": {},
3746+
"ap-northeast-2": {},
3747+
"ap-south-1": {},
3748+
"ap-southeast-1": {},
3749+
"ap-southeast-2": {},
3750+
"eu-central-1": {},
3751+
"eu-north-1": {},
3752+
"eu-west-1": {},
3753+
"eu-west-2": {},
3754+
"eu-west-3": {},
3755+
"sa-east-1": {},
3756+
"us-east-1": {},
3757+
"us-east-2": {},
3758+
"us-west-1": {},
3759+
"us-west-2": {}
3760+
}
3761+
},
37373762
"mediastore": {
37383763
"regions": {
37393764
"ap-northeast-1": {},
@@ -4832,6 +4857,7 @@
48324857
"ap-southeast-1": {},
48334858
"ap-southeast-2": {},
48344859
"ap-southeast-3": {},
4860+
"ap-southeast-4": {},
48354861
"ca-central-1": {},
48364862
"eu-central-1": {},
48374863
"eu-central-2": {},
@@ -5050,6 +5076,7 @@
50505076
"ap-southeast-1": {},
50515077
"ap-southeast-2": {},
50525078
"ap-southeast-3": {},
5079+
"ap-southeast-4": {},
50535080
"ca-central-1": {},
50545081
"eu-central-1": {},
50555082
"eu-central-2": {},
@@ -5780,8 +5807,11 @@
57805807
},
57815808
"transcribestreaming": {
57825809
"regions": {
5810+
"af-south-1": {},
57835811
"ap-northeast-1": {},
57845812
"ap-northeast-2": {},
5813+
"ap-south-1": {},
5814+
"ap-southeast-1": {},
57855815
"ap-southeast-2": {},
57865816
"ca-central-1": {},
57875817
"eu-central-1": {},

0 commit comments

Comments
 (0)