Skip to content

Commit 6946ef8

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 6d93ded commit 6946ef8

File tree

1 file changed

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

1 file changed

+12
-2
lines changed

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

+12-2
Original file line numberDiff line numberDiff line change
@@ -23936,8 +23936,18 @@
2393623936
},
2393723937
"simspaceweaver" : {
2393823938
"endpoints" : {
23939-
"us-gov-east-1" : { },
23940-
"us-gov-west-1" : { }
23939+
"us-gov-east-1" : {
23940+
"credentialScope" : {
23941+
"region" : "us-gov-east-1"
23942+
},
23943+
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
23944+
},
23945+
"us-gov-west-1" : {
23946+
"credentialScope" : {
23947+
"region" : "us-gov-west-1"
23948+
},
23949+
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
23950+
}
2394123951
}
2394223952
},
2394323953
"sms" : {

0 commit comments

Comments
 (0)