Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 31, 2024
1 parent 9f96d16 commit 11d2dc5
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -20929,7 +20929,12 @@
"tags" : [ "dualstack" ]
} ]
},
"eu-south-2" : { },
"eu-south-2" : {
"variants" : [ {
"hostname" : "textract.eu-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "textract.eu-west-1.api.aws",
Expand Down Expand Up @@ -22250,6 +22255,16 @@
"tags" : [ "fips" ]
} ]
},
"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 @@ -22427,6 +22442,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 11d2dc5

Please sign in to comment.