Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-09-27
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 27, 2024
1 parent 2cf23a5 commit 5899627
Showing 1 changed file with 45 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32569,8 +32569,36 @@
},
"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 @@ -33439,7 +33467,21 @@
},
"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 5899627

Please sign in to comment.