Skip to content

Commit efb05b0

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 0f1bb9b commit efb05b0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2190,6 +2190,7 @@
21902190
"deprecated" : true,
21912191
"hostname" : "cloudcontrolapi-fips.us-west-2.amazonaws.com"
21922192
},
2193+
"me-central-1" : { },
21932194
"me-south-1" : { },
21942195
"sa-east-1" : { },
21952196
"us-east-1" : {
@@ -20372,7 +20373,8 @@
2037220373
},
2037320374
"ds" : {
2037420375
"endpoints" : {
20375-
"us-iso-east-1" : { }
20376+
"us-iso-east-1" : { },
20377+
"us-iso-west-1" : { }
2037620378
}
2037720379
},
2037820380
"dynamodb" : {

0 commit comments

Comments
 (0)