Skip to content

Commit 7926037

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-08-30
1 parent abd2514 commit 7926037

File tree

1 file changed

+14
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+14
-1
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -19554,7 +19554,20 @@
1955419554
"protocols": ["https"]
1955519555
},
1955619556
"ca-central-1": {
19557-
"protocols": ["https"]
19557+
"protocols": ["https"],
19558+
"variants": [
19559+
{
19560+
"hostname": "serverlessrepo-fips.ca-central-1.amazonaws.com",
19561+
"tags": ["fips"]
19562+
}
19563+
]
19564+
},
19565+
"ca-central-1-fips": {
19566+
"credentialScope": {
19567+
"region": "ca-central-1"
19568+
},
19569+
"deprecated": true,
19570+
"hostname": "serverlessrepo-fips.ca-central-1.amazonaws.com"
1955819571
},
1955919572
"eu-central-1": {
1956019573
"protocols": ["https"]

0 commit comments

Comments
 (0)