Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-10-31
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 31, 2024
1 parent 8a12fe4 commit fe227f1
Showing 1 changed file with 27 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23556,7 +23556,14 @@
}
]
},
"eu-south-2": {},
"eu-south-2": {
"variants": [
{
"hostname": "textract.eu-south-2.api.aws",
"tags": ["dualstack"]
}
]
},
"eu-west-1": {
"variants": [
{
Expand Down Expand Up @@ -25045,6 +25052,18 @@
}
]
},
"ap-southeast-5": {
"credentialScope": {
"region": "ap-southeast-5"
},
"hostname": "wafv2.ap-southeast-5.amazonaws.com",
"variants": [
{
"hostname": "wafv2-fips.ap-southeast-5.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand Down Expand Up @@ -25242,6 +25261,13 @@
"deprecated": true,
"hostname": "wafv2-fips.ap-southeast-4.amazonaws.com"
},
"fips-ap-southeast-5": {
"credentialScope": {
"region": "ap-southeast-5"
},
"deprecated": true,
"hostname": "wafv2-fips.ap-southeast-5.amazonaws.com"
},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
Expand Down

0 comments on commit fe227f1

Please sign in to comment.