Skip to content

Commit 4ebb7ab

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 6b13357 commit 4ebb7ab

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19769,7 +19769,10 @@
1976919769
"wisdom" : {
1977019770
"endpoints" : {
1977119771
"ap-northeast-1" : { },
19772+
"ap-northeast-2" : { },
19773+
"ap-southeast-1" : { },
1977219774
"ap-southeast-2" : { },
19775+
"ca-central-1" : { },
1977319776
"eu-central-1" : { },
1977419777
"eu-west-2" : { },
1977519778
"fips-us-east-1" : {
@@ -19779,7 +19782,10 @@
1977919782
"deprecated" : true
1978019783
},
1978119784
"ui-ap-northeast-1" : { },
19785+
"ui-ap-northeast-2" : { },
19786+
"ui-ap-southeast-1" : { },
1978219787
"ui-ap-southeast-2" : { },
19788+
"ui-ca-central-1" : { },
1978319789
"ui-eu-central-1" : { },
1978419790
"ui-eu-west-2" : { },
1978519791
"ui-us-east-1" : { },
@@ -20979,6 +20985,11 @@
2097920985
}
2098020986
}
2098120987
},
20988+
"quicksight" : {
20989+
"endpoints" : {
20990+
"cn-north-1" : { }
20991+
}
20992+
},
2098220993
"ram" : {
2098320994
"endpoints" : {
2098420995
"cn-north-1" : { },
@@ -26352,13 +26363,26 @@
2635226363
},
2635326364
"datasync" : {
2635426365
"endpoints" : {
26366+
"fips-us-iso-east-1" : {
26367+
"credentialScope" : {
26368+
"region" : "us-iso-east-1"
26369+
},
26370+
"deprecated" : true,
26371+
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov"
26372+
},
2635526373
"fips-us-iso-west-1" : {
2635626374
"credentialScope" : {
2635726375
"region" : "us-iso-west-1"
2635826376
},
2635926377
"deprecated" : true,
2636026378
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
2636126379
},
26380+
"us-iso-east-1" : {
26381+
"variants" : [ {
26382+
"hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
26383+
"tags" : [ "fips" ]
26384+
} ]
26385+
},
2636226386
"us-iso-west-1" : {
2636326387
"variants" : [ {
2636426388
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",

0 commit comments

Comments
 (0)