Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-06-05
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 5, 2023
1 parent 8329d54 commit 400459c
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25570,14 +25570,28 @@
},
"workspaces": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "workspaces-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "workspaces-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {},
"us-gov-east-1": {
"variants": [
{
"hostname": "workspaces-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
Expand Down

0 comments on commit 400459c

Please sign in to comment.