Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-10-24
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 24, 2023
1 parent 442a399 commit 2d3c969
Showing 1 changed file with 33 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11708,6 +11708,7 @@
"hostname": "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
Expand Down Expand Up @@ -22014,8 +22015,22 @@
},
"states": {
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
"cn-north-1": {
"variants": [
{
"hostname": "states.cn-north-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
},
"cn-northwest-1": {
"variants": [
{
"hostname": "states.cn-northwest-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
}
}
},
"storagegateway": {
Expand Down Expand Up @@ -24384,6 +24399,14 @@
{
"hostname": "glue-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "glue-fips.us-gov-east-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "glue.us-gov-east-1.api.aws",
"tags": ["dualstack"]
}
]
},
Expand All @@ -24392,6 +24415,14 @@
{
"hostname": "glue-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
},
{
"hostname": "glue-fips.us-gov-west-1.api.aws",
"tags": ["dualstack", "fips"]
},
{
"hostname": "glue.us-gov-west-1.api.aws",
"tags": ["dualstack"]
}
]
}
Expand Down

0 comments on commit 2d3c969

Please sign in to comment.