Skip to content

Commit 5b4765b

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-01-30
1 parent 74067c7 commit 5b4765b

File tree

1 file changed

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

1 file changed

+30
-2
lines changed

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

+30-2
Original file line numberDiff line numberDiff line change
@@ -25817,8 +25817,22 @@
2581725817
"ap-southeast-4": {},
2581825818
"ap-southeast-5": {},
2581925819
"ap-southeast-7": {},
25820-
"ca-central-1": {},
25821-
"ca-west-1": {},
25820+
"ca-central-1": {
25821+
"variants": [
25822+
{
25823+
"hostname": "sqs-fips.ca-central-1.amazonaws.com",
25824+
"tags": ["fips"]
25825+
}
25826+
]
25827+
},
25828+
"ca-west-1": {
25829+
"variants": [
25830+
{
25831+
"hostname": "sqs-fips.ca-west-1.amazonaws.com",
25832+
"tags": ["fips"]
25833+
}
25834+
]
25835+
},
2582225836
"eu-central-1": {},
2582325837
"eu-central-2": {},
2582425838
"eu-north-1": {},
@@ -25827,6 +25841,20 @@
2582725841
"eu-west-1": {},
2582825842
"eu-west-2": {},
2582925843
"eu-west-3": {},
25844+
"fips-ca-central-1": {
25845+
"credentialScope": {
25846+
"region": "ca-central-1"
25847+
},
25848+
"deprecated": true,
25849+
"hostname": "sqs-fips.ca-central-1.amazonaws.com"
25850+
},
25851+
"fips-ca-west-1": {
25852+
"credentialScope": {
25853+
"region": "ca-west-1"
25854+
},
25855+
"deprecated": true,
25856+
"hostname": "sqs-fips.ca-west-1.amazonaws.com"
25857+
},
2583025858
"fips-us-east-1": {
2583125859
"credentialScope": {
2583225860
"region": "us-east-1"

0 commit comments

Comments
 (0)