Skip to content

Commit ca804cd

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-05-03
1 parent 7c1d339 commit ca804cd

File tree

1 file changed

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

1 file changed

+36
-0
lines changed

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

+36
Original file line numberDiff line numberDiff line change
@@ -9028,6 +9028,14 @@
90289028
}
90299029
]
90309030
},
9031+
"ca-west-1": {
9032+
"variants": [
9033+
{
9034+
"hostname": "fsx-fips.ca-west-1.amazonaws.com",
9035+
"tags": ["fips"]
9036+
}
9037+
]
9038+
},
90319039
"eu-central-1": {},
90329040
"eu-central-2": {},
90339041
"eu-north-1": {},
@@ -9043,13 +9051,27 @@
90439051
"deprecated": true,
90449052
"hostname": "fsx-fips.ca-central-1.amazonaws.com"
90459053
},
9054+
"fips-ca-west-1": {
9055+
"credentialScope": {
9056+
"region": "ca-west-1"
9057+
},
9058+
"deprecated": true,
9059+
"hostname": "fsx-fips.ca-west-1.amazonaws.com"
9060+
},
90469061
"fips-prod-ca-central-1": {
90479062
"credentialScope": {
90489063
"region": "ca-central-1"
90499064
},
90509065
"deprecated": true,
90519066
"hostname": "fsx-fips.ca-central-1.amazonaws.com"
90529067
},
9068+
"fips-prod-ca-west-1": {
9069+
"credentialScope": {
9070+
"region": "ca-west-1"
9071+
},
9072+
"deprecated": true,
9073+
"hostname": "fsx-fips.ca-west-1.amazonaws.com"
9074+
},
90539075
"fips-prod-us-east-1": {
90549076
"credentialScope": {
90559077
"region": "us-east-1"
@@ -9121,6 +9143,18 @@
91219143
}
91229144
]
91239145
},
9146+
"prod-ca-west-1": {
9147+
"credentialScope": {
9148+
"region": "ca-west-1"
9149+
},
9150+
"deprecated": true,
9151+
"variants": [
9152+
{
9153+
"hostname": "fsx-fips.ca-west-1.amazonaws.com",
9154+
"tags": ["fips"]
9155+
}
9156+
]
9157+
},
91249158
"prod-us-east-1": {
91259159
"credentialScope": {
91269160
"region": "us-east-1"
@@ -19653,6 +19687,7 @@
1965319687
"deprecated": true,
1965419688
"hostname": "snowball-fips.us-west-2.amazonaws.com"
1965519689
},
19690+
"il-central-1": {},
1965619691
"me-central-1": {},
1965719692
"sa-east-1": {
1965819693
"variants": [
@@ -21198,6 +21233,7 @@
2119821233
}
2119921234
]
2120021235
},
21236+
"ca-west-1": {},
2120121237
"eu-central-1": {},
2120221238
"eu-central-2": {},
2120321239
"eu-north-1": {},

0 commit comments

Comments
 (0)