Skip to content

Commit baecf86

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-11-18
1 parent 9f5ff1d commit baecf86

File tree

1 file changed

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

1 file changed

+53
-0
lines changed

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

+53
Original file line numberDiff line numberDiff line change
@@ -8458,6 +8458,12 @@
84588458
"us-east-1": {}
84598459
}
84608460
},
8461+
"iotroborunner": {
8462+
"endpoints": {
8463+
"eu-central-1": {},
8464+
"us-east-1": {}
8465+
}
8466+
},
84618467
"iotsecuredtunneling": {
84628468
"defaults": {
84638469
"variants": [
@@ -11699,7 +11705,13 @@
1169911705
"proton": {
1170011706
"endpoints": {
1170111707
"ap-northeast-1": {},
11708+
"ap-northeast-2": {},
11709+
"ap-southeast-1": {},
11710+
"ap-southeast-2": {},
11711+
"ca-central-1": {},
11712+
"eu-central-1": {},
1170211713
"eu-west-1": {},
11714+
"eu-west-2": {},
1170311715
"us-east-1": {},
1170411716
"us-east-2": {},
1170511717
"us-west-2": {}
@@ -16089,6 +16101,47 @@
1608916101
}
1609016102
}
1609116103
},
16104+
"voice-chime": {
16105+
"endpoints": {
16106+
"ap-northeast-1": {},
16107+
"ap-northeast-2": {},
16108+
"ap-southeast-1": {},
16109+
"ca-central-1": {},
16110+
"eu-central-1": {},
16111+
"eu-west-1": {},
16112+
"eu-west-2": {},
16113+
"us-east-1": {
16114+
"variants": [
16115+
{
16116+
"hostname": "fips.voice-chime.us-east-1.amazonaws.com",
16117+
"tags": ["fips"]
16118+
}
16119+
]
16120+
},
16121+
"us-east-1-fips": {
16122+
"credentialScope": {
16123+
"region": "us-east-1"
16124+
},
16125+
"deprecated": true,
16126+
"hostname": "fips.voice-chime.us-east-1.amazonaws.com"
16127+
},
16128+
"us-west-2": {
16129+
"variants": [
16130+
{
16131+
"hostname": "fips.voice-chime.us-west-2.amazonaws.com",
16132+
"tags": ["fips"]
16133+
}
16134+
]
16135+
},
16136+
"us-west-2-fips": {
16137+
"credentialScope": {
16138+
"region": "us-west-2"
16139+
},
16140+
"deprecated": true,
16141+
"hostname": "fips.voice-chime.us-west-2.amazonaws.com"
16142+
}
16143+
}
16144+
},
1609216145
"voiceid": {
1609316146
"endpoints": {
1609416147
"ap-northeast-1": {},

0 commit comments

Comments
 (0)