File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change 361
361
"deprecated" : true,
362
362
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
363
363
},
364
+ "me-central-1" : { },
364
365
"me-south-1" : { },
365
366
"sa-east-1" : { },
366
367
"us-east-1" : {
4302
4303
"eu-west-1" : { },
4303
4304
"eu-west-2" : { },
4304
4305
"eu-west-3" : { },
4306
+ "me-central-1" : { },
4305
4307
"me-south-1" : { },
4306
4308
"sa-east-1" : { },
4307
4309
"us-east-1" : { },
10024
10026
"ap-south-1" : { },
10025
10027
"ap-southeast-1" : { },
10026
10028
"ap-southeast-2" : { },
10027
- "ap-southeast-3" : { },
10028
10029
"ca-central-1" : {
10029
10030
"variants" : [ {
10030
10031
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
16077
16078
},
16078
16079
"athena" : {
16079
16080
"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
+ }
16082
16093
}
16083
16094
},
16084
16095
"autoscaling" : {
@@ -17521,12 +17532,18 @@
17521
17532
"variants" : [ {
17522
17533
"hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
17523
17534
"tags" : [ "fips" ]
17535
+ }, {
17536
+ "hostname" : "athena.us-gov-east-1.api.aws",
17537
+ "tags" : [ "dualstack" ]
17524
17538
} ]
17525
17539
},
17526
17540
"us-gov-west-1" : {
17527
17541
"variants" : [ {
17528
17542
"hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
17529
17543
"tags" : [ "fips" ]
17544
+ }, {
17545
+ "hostname" : "athena.us-gov-west-1.api.aws",
17546
+ "tags" : [ "dualstack" ]
17530
17547
} ]
17531
17548
}
17532
17549
}
You can’t perform that action at this time.
0 commit comments