Skip to content

Commit 92daa42

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 652101d commit 92daa42

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed
Lines changed: 6 additions & 0 deletions
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

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
"deprecated" : true,
362362
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
363363
},
364+
"me-central-1" : { },
364365
"me-south-1" : { },
365366
"sa-east-1" : { },
366367
"us-east-1" : {
@@ -4302,6 +4303,7 @@
43024303
"eu-west-1" : { },
43034304
"eu-west-2" : { },
43044305
"eu-west-3" : { },
4306+
"me-central-1" : { },
43054307
"me-south-1" : { },
43064308
"sa-east-1" : { },
43074309
"us-east-1" : { },
@@ -10024,7 +10026,6 @@
1002410026
"ap-south-1" : { },
1002510027
"ap-southeast-1" : { },
1002610028
"ap-southeast-2" : { },
10027-
"ap-southeast-3" : { },
1002810029
"ca-central-1" : {
1002910030
"variants" : [ {
1003010031
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
@@ -16077,8 +16078,18 @@
1607716078
},
1607816079
"athena" : {
1607916080
"endpoints" : {
16080-
"cn-north-1" : { },
16081-
"cn-northwest-1" : { }
16081+
"cn-north-1" : {
16082+
"variants" : [ {
16083+
"hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn",
16084+
"tags" : [ "dualstack" ]
16085+
} ]
16086+
},
16087+
"cn-northwest-1" : {
16088+
"variants" : [ {
16089+
"hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn",
16090+
"tags" : [ "dualstack" ]
16091+
} ]
16092+
}
1608216093
}
1608316094
},
1608416095
"autoscaling" : {
@@ -17521,12 +17532,18 @@
1752117532
"variants" : [ {
1752217533
"hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
1752317534
"tags" : [ "fips" ]
17535+
}, {
17536+
"hostname" : "athena.us-gov-east-1.api.aws",
17537+
"tags" : [ "dualstack" ]
1752417538
} ]
1752517539
},
1752617540
"us-gov-west-1" : {
1752717541
"variants" : [ {
1752817542
"hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
1752917543
"tags" : [ "fips" ]
17544+
}, {
17545+
"hostname" : "athena.us-gov-west-1.api.aws",
17546+
"tags" : [ "dualstack" ]
1753017547
} ]
1753117548
}
1753217549
}

0 commit comments

Comments
 (0)