Skip to content

Commit

Permalink
Update to latest partitions and endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 5, 2023
1 parent 0a522f3 commit a2ea004
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -23195,14 +23195,26 @@
},
"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" : [ {
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
Expand Down

0 comments on commit a2ea004

Please sign in to comment.