Skip to content

Commit fe227f1

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-10-31
1 parent 8a12fe4 commit fe227f1

File tree

1 file changed

+27
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+27
-1
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -23556,7 +23556,14 @@
2355623556
}
2355723557
]
2355823558
},
23559-
"eu-south-2": {},
23559+
"eu-south-2": {
23560+
"variants": [
23561+
{
23562+
"hostname": "textract.eu-south-2.api.aws",
23563+
"tags": ["dualstack"]
23564+
}
23565+
]
23566+
},
2356023567
"eu-west-1": {
2356123568
"variants": [
2356223569
{
@@ -25045,6 +25052,18 @@
2504525052
}
2504625053
]
2504725054
},
25055+
"ap-southeast-5": {
25056+
"credentialScope": {
25057+
"region": "ap-southeast-5"
25058+
},
25059+
"hostname": "wafv2.ap-southeast-5.amazonaws.com",
25060+
"variants": [
25061+
{
25062+
"hostname": "wafv2-fips.ap-southeast-5.amazonaws.com",
25063+
"tags": ["fips"]
25064+
}
25065+
]
25066+
},
2504825067
"ca-central-1": {
2504925068
"credentialScope": {
2505025069
"region": "ca-central-1"
@@ -25242,6 +25261,13 @@
2524225261
"deprecated": true,
2524325262
"hostname": "wafv2-fips.ap-southeast-4.amazonaws.com"
2524425263
},
25264+
"fips-ap-southeast-5": {
25265+
"credentialScope": {
25266+
"region": "ap-southeast-5"
25267+
},
25268+
"deprecated": true,
25269+
"hostname": "wafv2-fips.ap-southeast-5.amazonaws.com"
25270+
},
2524525271
"fips-ca-central-1": {
2524625272
"credentialScope": {
2524725273
"region": "ca-central-1"

0 commit comments

Comments
 (0)