Skip to content

Commit 3476339

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-10-12
1 parent 685916c commit 3476339

File tree

1 file changed

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

1 file changed

+12
-2
lines changed

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

+12-2
Original file line numberDiff line numberDiff line change
@@ -26408,8 +26408,18 @@
2640826408
},
2640926409
"simspaceweaver": {
2641026410
"endpoints": {
26411-
"us-gov-east-1": {},
26412-
"us-gov-west-1": {}
26411+
"us-gov-east-1": {
26412+
"credentialScope": {
26413+
"region": "us-gov-east-1"
26414+
},
26415+
"hostname": "simspaceweaver.us-gov-east-1.amazonaws.com"
26416+
},
26417+
"us-gov-west-1": {
26418+
"credentialScope": {
26419+
"region": "us-gov-west-1"
26420+
},
26421+
"hostname": "simspaceweaver.us-gov-west-1.amazonaws.com"
26422+
}
2641326423
}
2641426424
},
2641526425
"sms": {

0 commit comments

Comments
 (0)