Skip to content

Commit 3189a4a

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-08-09
1 parent 236fa87 commit 3189a4a

File tree

1 file changed

+30
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+30
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+30
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,14 @@
23332333
},
23342334
"ca-central-1": {
23352335
"variants": [
2336+
{
2337+
"hostname": "athena-fips.ca-central-1.amazonaws.com",
2338+
"tags": ["fips"]
2339+
},
2340+
{
2341+
"hostname": "athena-fips.ca-central-1.api.aws",
2342+
"tags": ["dualstack", "fips"]
2343+
},
23362344
{
23372345
"hostname": "athena.ca-central-1.api.aws",
23382346
"tags": ["dualstack"]
@@ -2341,6 +2349,14 @@
23412349
},
23422350
"ca-west-1": {
23432351
"variants": [
2352+
{
2353+
"hostname": "athena-fips.ca-west-1.amazonaws.com",
2354+
"tags": ["fips"]
2355+
},
2356+
{
2357+
"hostname": "athena-fips.ca-west-1.api.aws",
2358+
"tags": ["dualstack", "fips"]
2359+
},
23442360
{
23452361
"hostname": "athena.ca-west-1.api.aws",
23462362
"tags": ["dualstack"]
@@ -2411,6 +2427,20 @@
24112427
}
24122428
]
24132429
},
2430+
"fips-ca-central-1": {
2431+
"credentialScope": {
2432+
"region": "ca-central-1"
2433+
},
2434+
"deprecated": true,
2435+
"hostname": "athena-fips.ca-central-1.amazonaws.com"
2436+
},
2437+
"fips-ca-west-1": {
2438+
"credentialScope": {
2439+
"region": "ca-west-1"
2440+
},
2441+
"deprecated": true,
2442+
"hostname": "athena-fips.ca-west-1.amazonaws.com"
2443+
},
24142444
"fips-us-east-1": {
24152445
"credentialScope": {
24162446
"region": "us-east-1"

0 commit comments

Comments
 (0)