Skip to content

Commit 8950edc

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-12-26
1 parent 1aa41d5 commit 8950edc

File tree

1 file changed

+67
-4
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+67
-4
lines changed

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

+67-4
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,7 @@
12141214
"ap-southeast-3": {},
12151215
"ap-southeast-4": {},
12161216
"ca-central-1": {},
1217+
"ca-west-1": {},
12171218
"eu-central-1": {},
12181219
"eu-central-2": {},
12191220
"eu-north-1": {},
@@ -5870,14 +5871,70 @@
58705871
"eu-west-1": {},
58715872
"eu-west-2": {},
58725873
"eu-west-3": {},
5874+
"fips-us-east-1": {
5875+
"credentialScope": {
5876+
"region": "us-east-1"
5877+
},
5878+
"deprecated": true,
5879+
"hostname": "drs-fips.us-east-1.amazonaws.com"
5880+
},
5881+
"fips-us-east-2": {
5882+
"credentialScope": {
5883+
"region": "us-east-2"
5884+
},
5885+
"deprecated": true,
5886+
"hostname": "drs-fips.us-east-2.amazonaws.com"
5887+
},
5888+
"fips-us-west-1": {
5889+
"credentialScope": {
5890+
"region": "us-west-1"
5891+
},
5892+
"deprecated": true,
5893+
"hostname": "drs-fips.us-west-1.amazonaws.com"
5894+
},
5895+
"fips-us-west-2": {
5896+
"credentialScope": {
5897+
"region": "us-west-2"
5898+
},
5899+
"deprecated": true,
5900+
"hostname": "drs-fips.us-west-2.amazonaws.com"
5901+
},
58735902
"il-central-1": {},
58745903
"me-central-1": {},
58755904
"me-south-1": {},
58765905
"sa-east-1": {},
5877-
"us-east-1": {},
5878-
"us-east-2": {},
5879-
"us-west-1": {},
5880-
"us-west-2": {}
5906+
"us-east-1": {
5907+
"variants": [
5908+
{
5909+
"hostname": "drs-fips.us-east-1.amazonaws.com",
5910+
"tags": ["fips"]
5911+
}
5912+
]
5913+
},
5914+
"us-east-2": {
5915+
"variants": [
5916+
{
5917+
"hostname": "drs-fips.us-east-2.amazonaws.com",
5918+
"tags": ["fips"]
5919+
}
5920+
]
5921+
},
5922+
"us-west-1": {
5923+
"variants": [
5924+
{
5925+
"hostname": "drs-fips.us-west-1.amazonaws.com",
5926+
"tags": ["fips"]
5927+
}
5928+
]
5929+
},
5930+
"us-west-2": {
5931+
"variants": [
5932+
{
5933+
"hostname": "drs-fips.us-west-2.amazonaws.com",
5934+
"tags": ["fips"]
5935+
}
5936+
]
5937+
}
58815938
}
58825939
},
58835940
"ds": {
@@ -15802,13 +15859,17 @@
1580215859
"ap-northeast-2": {},
1580315860
"ap-northeast-3": {},
1580415861
"ap-south-1": {},
15862+
"ap-south-2": {},
1580515863
"ap-southeast-1": {},
1580615864
"ap-southeast-2": {},
1580715865
"ap-southeast-3": {},
15866+
"ap-southeast-4": {},
1580815867
"ca-central-1": {},
1580915868
"eu-central-1": {},
15869+
"eu-central-2": {},
1581015870
"eu-north-1": {},
1581115871
"eu-south-1": {},
15872+
"eu-south-2": {},
1581215873
"eu-west-1": {},
1581315874
"eu-west-2": {},
1581415875
"eu-west-3": {},
@@ -15840,6 +15901,8 @@
1584015901
"deprecated": true,
1584115902
"hostname": "rolesanywhere-fips.us-west-2.amazonaws.com"
1584215903
},
15904+
"il-central-1": {},
15905+
"me-central-1": {},
1584315906
"me-south-1": {},
1584415907
"sa-east-1": {},
1584515908
"us-east-1": {

0 commit comments

Comments
 (0)