Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-08-30
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 30, 2024
1 parent abd2514 commit 7926037
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19554,7 +19554,20 @@
"protocols": ["https"]
},
"ca-central-1": {
"protocols": ["https"]
"protocols": ["https"],
"variants": [
{
"hostname": "serverlessrepo-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-central-1-fips": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "serverlessrepo-fips.ca-central-1.amazonaws.com"
},
"eu-central-1": {
"protocols": ["https"]
Expand Down

0 comments on commit 7926037

Please sign in to comment.