Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-08-09
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 9, 2024
1 parent 236fa87 commit 3189a4a
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2333,6 +2333,14 @@
},
"ca-central-1": {
"variants": [
{
"hostname": "athena-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.ca-central-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.ca-central-1.api.aws",
"tags": ["dualstack"]
Expand All @@ -2341,6 +2349,14 @@
},
"ca-west-1": {
"variants": [
{
"hostname": "athena-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "athena-fips.ca-west-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "athena.ca-west-1.api.aws",
"tags": ["dualstack"]
Expand Down Expand Up @@ -2411,6 +2427,20 @@
}
]
},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "athena-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "athena-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down

0 comments on commit 3189a4a

Please sign in to comment.