Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2025-01-30
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 30, 2025
1 parent 74067c7 commit 5b4765b
Showing 1 changed file with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25817,8 +25817,22 @@
"ap-southeast-4": {},
"ap-southeast-5": {},
"ap-southeast-7": {},
"ca-central-1": {},
"ca-west-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "sqs-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "sqs-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -25827,6 +25841,20 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "sqs-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "sqs-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down

0 comments on commit 5b4765b

Please # to comment.