Skip to content

Commit a5928fa

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent c1a73d7 commit a5928fa

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-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: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29169,8 +29169,32 @@
2916929169
},
2917029170
"ds" : {
2917129171
"endpoints" : {
29172-
"us-iso-east-1" : { },
29173-
"us-iso-west-1" : { }
29172+
"fips-us-iso-east-1" : {
29173+
"credentialScope" : {
29174+
"region" : "us-iso-east-1"
29175+
},
29176+
"deprecated" : true,
29177+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
29178+
},
29179+
"fips-us-iso-west-1" : {
29180+
"credentialScope" : {
29181+
"region" : "us-iso-west-1"
29182+
},
29183+
"deprecated" : true,
29184+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
29185+
},
29186+
"us-iso-east-1" : {
29187+
"variants" : [ {
29188+
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
29189+
"tags" : [ "fips" ]
29190+
} ]
29191+
},
29192+
"us-iso-west-1" : {
29193+
"variants" : [ {
29194+
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
29195+
"tags" : [ "fips" ]
29196+
} ]
29197+
}
2917429198
}
2917529199
},
2917629200
"dynamodb" : {
@@ -29990,7 +30014,19 @@
2999030014
},
2999130015
"ds" : {
2999230016
"endpoints" : {
29993-
"us-isob-east-1" : { }
30017+
"fips-us-isob-east-1" : {
30018+
"credentialScope" : {
30019+
"region" : "us-isob-east-1"
30020+
},
30021+
"deprecated" : true,
30022+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
30023+
},
30024+
"us-isob-east-1" : {
30025+
"variants" : [ {
30026+
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
30027+
"tags" : [ "fips" ]
30028+
} ]
30029+
}
2999430030
}
2999530031
},
2999630032
"dynamodb" : {

0 commit comments

Comments
 (0)