Skip to content

Commit

Permalink
feat(services): Support newly added regions (#17454)
Browse files Browse the repository at this point in the history
This PR was created by a scheduled workflow to update supported regions for AWS services
  • Loading branch information
cq-bot committed Apr 2, 2024
1 parent 2947506 commit a10fb7f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions plugins/source/aws/client/data/partition_service_region.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
"ap-east-1": {},
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
Expand All @@ -178,6 +179,7 @@
"regions": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
Expand All @@ -200,6 +202,7 @@
"regions": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
Expand Down Expand Up @@ -1563,6 +1566,7 @@
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
Expand Down Expand Up @@ -3968,8 +3972,14 @@
},
"media-pipelines-chime": {
"regions": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-west-2": {},
"us-east-1": {},
"us-west-2": {}
}
Expand Down Expand Up @@ -4016,6 +4026,7 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
Expand All @@ -4029,6 +4040,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-4": {},
Expand All @@ -4038,6 +4050,7 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
Expand Down Expand Up @@ -4514,6 +4527,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
Expand All @@ -4523,6 +4537,7 @@
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -7953,6 +7968,12 @@
"us-iso-west-1": {}
}
},
"s3-outposts": {
"regions": {
"fips-us-iso-east-1": {},
"us-iso-east-1": {}
}
},
"secretsmanager": {
"regions": {
"us-iso-east-1": {},
Expand Down Expand Up @@ -8235,6 +8256,16 @@
"us-isob-east-1": {}
}
},
"medialive": {
"regions": {
"us-isob-east-1": {}
}
},
"mediapackage": {
"regions": {
"us-isob-east-1": {}
}
},
"metering.marketplace": {
"regions": {
"us-isob-east-1": {}
Expand Down Expand Up @@ -8300,6 +8331,12 @@
"us-isob-east-1": {}
}
},
"s3-outposts": {
"regions": {
"fips-us-isob-east-1": {},
"us-isob-east-1": {}
}
},
"secretsmanager": {
"regions": {
"us-isob-east-1": {}
Expand Down

0 comments on commit a10fb7f

Please sign in to comment.