Skip to content

Commit 02c0d78

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 0afede2 commit 02c0d78

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
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

+23-2
Original file line numberDiff line numberDiff line change
@@ -2247,8 +2247,22 @@
22472247
},
22482248
"cases" : {
22492249
"endpoints" : {
2250-
"us-east-1" : { },
2251-
"us-west-2" : { }
2250+
"fips-us-east-1" : {
2251+
"deprecated" : true
2252+
},
2253+
"fips-us-west-2" : {
2254+
"deprecated" : true
2255+
},
2256+
"us-east-1" : {
2257+
"variants" : [ {
2258+
"tags" : [ "fips" ]
2259+
} ]
2260+
},
2261+
"us-west-2" : {
2262+
"variants" : [ {
2263+
"tags" : [ "fips" ]
2264+
} ]
2265+
}
22522266
}
22532267
},
22542268
"cassandra" : {
@@ -14680,8 +14694,10 @@
1468014694
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
1468114695
},
1468214696
"eu-central-1" : { },
14697+
"eu-central-2" : { },
1468314698
"eu-north-1" : { },
1468414699
"eu-south-1" : { },
14700+
"eu-south-2" : { },
1468514701
"eu-west-1" : { },
1468614702
"eu-west-2" : { },
1468714703
"eu-west-3" : { },
@@ -22388,6 +22404,11 @@
2238822404
"us-isob-east-1" : { }
2238922405
}
2239022406
},
22407+
"dlm" : {
22408+
"endpoints" : {
22409+
"us-isob-east-1" : { }
22410+
}
22411+
},
2239122412
"dms" : {
2239222413
"defaults" : {
2239322414
"variants" : [ {

0 commit comments

Comments
 (0)