Skip to content

Commit 132b8e7

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-05-06
1 parent ae28fe7 commit 132b8e7

File tree

1 file changed

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

1 file changed

+45
-1
lines changed

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

+45-1
Original file line numberDiff line numberDiff line change
@@ -4833,6 +4833,21 @@
48334833
"deprecated": true,
48344834
"hostname": "controltower-fips.ca-central-1.amazonaws.com"
48354835
},
4836+
"ca-west-1": {
4837+
"variants": [
4838+
{
4839+
"hostname": "controltower-fips.ca-west-1.amazonaws.com",
4840+
"tags": ["fips"]
4841+
}
4842+
]
4843+
},
4844+
"ca-west-1-fips": {
4845+
"credentialScope": {
4846+
"region": "ca-west-1"
4847+
},
4848+
"deprecated": true,
4849+
"hostname": "controltower-fips.ca-west-1.amazonaws.com"
4850+
},
48364851
"eu-central-1": {},
48374852
"eu-central-2": {},
48384853
"eu-north-1": {},
@@ -8657,6 +8672,14 @@
86578672
}
86588673
]
86598674
},
8675+
"ca-west-1": {
8676+
"variants": [
8677+
{
8678+
"hostname": "fms-fips.ca-west-1.amazonaws.com",
8679+
"tags": ["fips"]
8680+
}
8681+
]
8682+
},
86608683
"eu-central-1": {
86618684
"variants": [
86628685
{
@@ -8756,6 +8779,13 @@
87568779
"deprecated": true,
87578780
"hostname": "fms-fips.ca-central-1.amazonaws.com"
87588781
},
8782+
"fips-ca-west-1": {
8783+
"credentialScope": {
8784+
"region": "ca-west-1"
8785+
},
8786+
"deprecated": true,
8787+
"hostname": "fms-fips.ca-west-1.amazonaws.com"
8788+
},
87598789
"fips-eu-central-1": {
87608790
"credentialScope": {
87618791
"region": "eu-central-1"
@@ -21233,7 +21263,14 @@
2123321263
}
2123421264
]
2123521265
},
21236-
"ca-west-1": {},
21266+
"ca-west-1": {
21267+
"variants": [
21268+
{
21269+
"hostname": "transfer-fips.ca-west-1.amazonaws.com",
21270+
"tags": ["fips"]
21271+
}
21272+
]
21273+
},
2123721274
"eu-central-1": {},
2123821275
"eu-central-2": {},
2123921276
"eu-north-1": {},
@@ -21249,6 +21286,13 @@
2124921286
"deprecated": true,
2125021287
"hostname": "transfer-fips.ca-central-1.amazonaws.com"
2125121288
},
21289+
"fips-ca-west-1": {
21290+
"credentialScope": {
21291+
"region": "ca-west-1"
21292+
},
21293+
"deprecated": true,
21294+
"hostname": "transfer-fips.ca-west-1.amazonaws.com"
21295+
},
2125221296
"fips-us-east-1": {
2125321297
"credentialScope": {
2125421298
"region": "us-east-1"

0 commit comments

Comments
 (0)