Skip to content

Commit

Permalink
Updated endpoints.json and partitions.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Sep 27, 2024
1 parent c1a73d7 commit a5928fa
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSSDKforJavav2-0443982.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
Original file line number Diff line number Diff line change
Expand Up @@ -29169,8 +29169,32 @@
},
"ds" : {
"endpoints" : {
"us-iso-east-1" : { },
"us-iso-west-1" : { }
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1" : {
"credentialScope" : {
"region" : "us-iso-west-1"
},
"deprecated" : true,
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "ds-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-west-1" : {
"variants" : [ {
"hostname" : "ds-fips.us-iso-west-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"dynamodb" : {
Expand Down Expand Up @@ -29990,7 +30014,19 @@
},
"ds" : {
"endpoints" : {
"us-isob-east-1" : { }
"fips-us-isob-east-1" : {
"credentialScope" : {
"region" : "us-isob-east-1"
},
"deprecated" : true,
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1" : {
"variants" : [ {
"hostname" : "ds-fips.us-isob-east-1.sc2s.sgov.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"dynamodb" : {
Expand Down

0 comments on commit a5928fa

Please sign in to comment.