File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +30
-0
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 19769
19769
"wisdom" : {
19770
19770
"endpoints" : {
19771
19771
"ap-northeast-1" : { },
19772
+ "ap-northeast-2" : { },
19773
+ "ap-southeast-1" : { },
19772
19774
"ap-southeast-2" : { },
19775
+ "ca-central-1" : { },
19773
19776
"eu-central-1" : { },
19774
19777
"eu-west-2" : { },
19775
19778
"fips-us-east-1" : {
19779
19782
"deprecated" : true
19780
19783
},
19781
19784
"ui-ap-northeast-1" : { },
19785
+ "ui-ap-northeast-2" : { },
19786
+ "ui-ap-southeast-1" : { },
19782
19787
"ui-ap-southeast-2" : { },
19788
+ "ui-ca-central-1" : { },
19783
19789
"ui-eu-central-1" : { },
19784
19790
"ui-eu-west-2" : { },
19785
19791
"ui-us-east-1" : { },
20979
20985
}
20980
20986
}
20981
20987
},
20988
+ "quicksight" : {
20989
+ "endpoints" : {
20990
+ "cn-north-1" : { }
20991
+ }
20992
+ },
20982
20993
"ram" : {
20983
20994
"endpoints" : {
20984
20995
"cn-north-1" : { },
@@ -26352,13 +26363,26 @@
26352
26363
},
26353
26364
"datasync" : {
26354
26365
"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
+ },
26355
26373
"fips-us-iso-west-1" : {
26356
26374
"credentialScope" : {
26357
26375
"region" : "us-iso-west-1"
26358
26376
},
26359
26377
"deprecated" : true,
26360
26378
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov"
26361
26379
},
26380
+ "us-iso-east-1" : {
26381
+ "variants" : [ {
26382
+ "hostname" : "datasync-fips.us-iso-east-1.c2s.ic.gov",
26383
+ "tags" : [ "fips" ]
26384
+ } ]
26385
+ },
26362
26386
"us-iso-west-1" : {
26363
26387
"variants" : [ {
26364
26388
"hostname" : "datasync-fips.us-iso-west-1.c2s.ic.gov",
You can’t perform that action at this time.
0 commit comments