Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-01-10
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 10, 2024
1 parent 264eba6 commit e1dc42f
Showing 1 changed file with 60 additions and 4 deletions.
Expand Up @@ -17611,11 +17611,67 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"deprecated": true,
"hostname": "securitylake-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2": {
"credentialScope": {
"region": "us-east-2"
},
"deprecated": true,
"hostname": "securitylake-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1": {
"credentialScope": {
"region": "us-west-1"
},
"deprecated": true,
"hostname": "securitylake-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"deprecated": true,
"hostname": "securitylake-fips.us-west-2.amazonaws.com"
},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
"us-west-1": {},
"us-west-2": {}
"us-east-1": {
"variants": [
{
"hostname": "securitylake-fips.us-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-east-2": {
"variants": [
{
"hostname": "securitylake-fips.us-east-2.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-1": {
"variants": [
{
"hostname": "securitylake-fips.us-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-west-2": {
"variants": [
{
"hostname": "securitylake-fips.us-west-2.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"serverlessrepo": {
Expand Down

0 comments on commit e1dc42f

Please sign in to comment.