Skip to content

Commit 634eea7

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-05-22
1 parent 4f00d79 commit 634eea7

File tree

1 file changed

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

1 file changed

+29
-0
lines changed

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

+29
Original file line numberDiff line numberDiff line change
@@ -17419,6 +17419,35 @@
1741917419
"hostname": "s3-control-fips.ca-central-1.amazonaws.com",
1742017420
"signatureVersions": ["s3v4"]
1742117421
},
17422+
"ca-west-1": {
17423+
"credentialScope": {
17424+
"region": "ca-west-1"
17425+
},
17426+
"hostname": "s3-control.ca-west-1.amazonaws.com",
17427+
"signatureVersions": ["s3v4"],
17428+
"variants": [
17429+
{
17430+
"hostname": "s3-control-fips.ca-west-1.amazonaws.com",
17431+
"tags": ["fips"]
17432+
},
17433+
{
17434+
"hostname": "s3-control-fips.dualstack.ca-west-1.amazonaws.com",
17435+
"tags": ["dualstack", "fips"]
17436+
},
17437+
{
17438+
"hostname": "s3-control.dualstack.ca-west-1.amazonaws.com",
17439+
"tags": ["dualstack"]
17440+
}
17441+
]
17442+
},
17443+
"ca-west-1-fips": {
17444+
"credentialScope": {
17445+
"region": "ca-west-1"
17446+
},
17447+
"deprecated": true,
17448+
"hostname": "s3-control-fips.ca-west-1.amazonaws.com",
17449+
"signatureVersions": ["s3v4"]
17450+
},
1742217451
"eu-central-1": {
1742317452
"credentialScope": {
1742417453
"region": "eu-central-1"

0 commit comments

Comments
 (0)