Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-10-12
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 12, 2023
1 parent 685916c commit 3476339
Showing 1 changed file with 12 additions and 2 deletions.
Expand Up @@ -26408,8 +26408,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 3476339

Please sign in to comment.