Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 12, 2023
1 parent 6d93ded commit 6946ef8
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23936,8 +23936,18 @@
},
"simspaceweaver" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
"us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "simspaceweaver.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "simspaceweaver.us-gov-west-1.amazonaws.com"
}
}
},
"sms" : {
Expand Down

0 comments on commit 6946ef8

Please sign in to comment.