Skip to content

Commit 075b95d

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-02-15
1 parent 50bd9ea commit 075b95d

File tree

1 file changed

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

1 file changed

+15
-0
lines changed

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

+15
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,14 @@
378378
}
379379
]
380380
},
381+
"ca-west-1": {
382+
"variants": [
383+
{
384+
"hostname": "acm-pca-fips.ca-west-1.amazonaws.com",
385+
"tags": ["fips"]
386+
}
387+
]
388+
},
381389
"eu-central-1": {},
382390
"eu-central-2": {},
383391
"eu-north-1": {},
@@ -393,6 +401,13 @@
393401
"deprecated": true,
394402
"hostname": "acm-pca-fips.ca-central-1.amazonaws.com"
395403
},
404+
"fips-ca-west-1": {
405+
"credentialScope": {
406+
"region": "ca-west-1"
407+
},
408+
"deprecated": true,
409+
"hostname": "acm-pca-fips.ca-west-1.amazonaws.com"
410+
},
396411
"fips-us-east-1": {
397412
"credentialScope": {
398413
"region": "us-east-1"

0 commit comments

Comments
 (0)