File tree Expand file tree Collapse file tree 2 files changed +47
-0
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +47
-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
+ "description" : " Updated service endpoint metadata."
5
+ }
Original file line number Diff line number Diff line change 1570
1570
"eu-west-1" : { },
1571
1571
"eu-west-2" : { },
1572
1572
"eu-west-3" : { },
1573
+ "fips-ca-central-1" : {
1574
+ "credentialScope" : {
1575
+ "region" : " ca-central-1"
1576
+ },
1577
+ "hostname" : " ds-fips.ca-central-1.amazonaws.com"
1578
+ },
1579
+ "fips-us-east-1" : {
1580
+ "credentialScope" : {
1581
+ "region" : " us-east-1"
1582
+ },
1583
+ "hostname" : " ds-fips.us-east-1.amazonaws.com"
1584
+ },
1585
+ "fips-us-east-2" : {
1586
+ "credentialScope" : {
1587
+ "region" : " us-east-2"
1588
+ },
1589
+ "hostname" : " ds-fips.us-east-2.amazonaws.com"
1590
+ },
1591
+ "fips-us-west-1" : {
1592
+ "credentialScope" : {
1593
+ "region" : " us-west-1"
1594
+ },
1595
+ "hostname" : " ds-fips.us-west-1.amazonaws.com"
1596
+ },
1597
+ "fips-us-west-2" : {
1598
+ "credentialScope" : {
1599
+ "region" : " us-west-2"
1600
+ },
1601
+ "hostname" : " ds-fips.us-west-2.amazonaws.com"
1602
+ },
1573
1603
"me-south-1" : { },
1574
1604
"sa-east-1" : { },
1575
1605
"us-east-1" : { },
6443
6473
},
6444
6474
"ds" : {
6445
6475
"endpoints" : {
6476
+ "fips-us-gov-east-1" : {
6477
+ "credentialScope" : {
6478
+ "region" : " us-gov-east-1"
6479
+ },
6480
+ "hostname" : " ds-fips.us-gov-east-1.amazonaws.com"
6481
+ },
6482
+ "fips-us-gov-west-1" : {
6483
+ "credentialScope" : {
6484
+ "region" : " us-gov-west-1"
6485
+ },
6486
+ "hostname" : " ds-fips.us-gov-west-1.amazonaws.com"
6487
+ },
6446
6488
"us-gov-east-1" : { },
6447
6489
"us-gov-west-1" : { }
6448
6490
}
You can’t perform that action at this time.
0 commit comments