Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 27, 2024
1 parent 41c8c54 commit 61e47ca
Showing 1 changed file with 39 additions and 3 deletions.
42 changes: 39 additions & 3 deletions botocore/data/endpoints.json
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 61e47ca

Please sign in to comment.