Skip to content

Commit 9820c88

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-12-27
1 parent 7a3e95b commit 9820c88

File tree

1 file changed

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

1 file changed

+49
-1
lines changed

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

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5958,7 +5958,14 @@
59585958
}
59595959
]
59605960
},
5961-
"ca-west-1": {},
5961+
"ca-west-1": {
5962+
"variants": [
5963+
{
5964+
"hostname": "ds-fips.ca-west-1.amazonaws.com",
5965+
"tags": ["fips"]
5966+
}
5967+
]
5968+
},
59625969
"eu-central-1": {},
59635970
"eu-central-2": {},
59645971
"eu-north-1": {},
@@ -5974,6 +5981,13 @@
59745981
"deprecated": true,
59755982
"hostname": "ds-fips.ca-central-1.amazonaws.com"
59765983
},
5984+
"fips-ca-west-1": {
5985+
"credentialScope": {
5986+
"region": "ca-west-1"
5987+
},
5988+
"deprecated": true,
5989+
"hostname": "ds-fips.ca-west-1.amazonaws.com"
5990+
},
59775991
"fips-us-east-1": {
59785992
"credentialScope": {
59795993
"region": "us-east-1"
@@ -15069,6 +15083,21 @@
1506915083
"deprecated": true,
1507015084
"hostname": "rds-fips.ca-central-1.amazonaws.com"
1507115085
},
15086+
"ca-west-1": {
15087+
"variants": [
15088+
{
15089+
"hostname": "rds-fips.ca-west-1.amazonaws.com",
15090+
"tags": ["fips"]
15091+
}
15092+
]
15093+
},
15094+
"ca-west-1-fips": {
15095+
"credentialScope": {
15096+
"region": "ca-west-1"
15097+
},
15098+
"deprecated": true,
15099+
"hostname": "rds-fips.ca-west-1.amazonaws.com"
15100+
},
1507215101
"eu-central-1": {},
1507315102
"eu-central-2": {},
1507415103
"eu-north-1": {},
@@ -15087,6 +15116,13 @@
1508715116
"deprecated": true,
1508815117
"hostname": "rds-fips.ca-central-1.amazonaws.com"
1508915118
},
15119+
"rds-fips.ca-west-1": {
15120+
"credentialScope": {
15121+
"region": "ca-west-1"
15122+
},
15123+
"deprecated": true,
15124+
"hostname": "rds-fips.ca-west-1.amazonaws.com"
15125+
},
1509015126
"rds-fips.us-east-1": {
1509115127
"credentialScope": {
1509215128
"region": "us-east-1"
@@ -15127,6 +15163,18 @@
1512715163
}
1512815164
]
1512915165
},
15166+
"rds.ca-west-1": {
15167+
"credentialScope": {
15168+
"region": "ca-west-1"
15169+
},
15170+
"deprecated": true,
15171+
"variants": [
15172+
{
15173+
"hostname": "rds-fips.ca-west-1.amazonaws.com",
15174+
"tags": ["fips"]
15175+
}
15176+
]
15177+
},
1513015178
"rds.us-east-1": {
1513115179
"credentialScope": {
1513215180
"region": "us-east-1"

0 commit comments

Comments
 (0)