Skip to content

Commit 000a4ed

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-28
1 parent f6bd19e commit 000a4ed

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -991,12 +991,24 @@
991991
},
992992
"hostname": "api.iotwireless.ap-southeast-2.amazonaws.com"
993993
},
994+
"eu-central-1": {
995+
"credentialScope": {
996+
"region": "eu-central-1"
997+
},
998+
"hostname": "api.iotwireless.eu-central-1.amazonaws.com"
999+
},
9941000
"eu-west-1": {
9951001
"credentialScope": {
9961002
"region": "eu-west-1"
9971003
},
9981004
"hostname": "api.iotwireless.eu-west-1.amazonaws.com"
9991005
},
1006+
"sa-east-1": {
1007+
"credentialScope": {
1008+
"region": "sa-east-1"
1009+
},
1010+
"hostname": "api.iotwireless.sa-east-1.amazonaws.com"
1011+
},
10001012
"us-east-1": {
10011013
"credentialScope": {
10021014
"region": "us-east-1"

0 commit comments

Comments
 (0)