Skip to content

Commit 1f43a8f

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 2536ff9 commit 1f43a8f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20929,7 +20929,12 @@
2092920929
"tags" : [ "dualstack" ]
2093020930
} ]
2093120931
},
20932-
"eu-south-2" : { },
20932+
"eu-south-2" : {
20933+
"variants" : [ {
20934+
"hostname" : "textract.eu-south-2.api.aws",
20935+
"tags" : [ "dualstack" ]
20936+
} ]
20937+
},
2093320938
"eu-west-1" : {
2093420939
"variants" : [ {
2093520940
"hostname" : "textract.eu-west-1.api.aws",
@@ -22250,6 +22255,16 @@
2225022255
"tags" : [ "fips" ]
2225122256
} ]
2225222257
},
22258+
"ap-southeast-5" : {
22259+
"credentialScope" : {
22260+
"region" : "ap-southeast-5"
22261+
},
22262+
"hostname" : "wafv2.ap-southeast-5.amazonaws.com",
22263+
"variants" : [ {
22264+
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com",
22265+
"tags" : [ "fips" ]
22266+
} ]
22267+
},
2225322268
"ca-central-1" : {
2225422269
"credentialScope" : {
2225522270
"region" : "ca-central-1"
@@ -22427,6 +22442,13 @@
2242722442
"deprecated" : true,
2242822443
"hostname" : "wafv2-fips.ap-southeast-4.amazonaws.com"
2242922444
},
22445+
"fips-ap-southeast-5" : {
22446+
"credentialScope" : {
22447+
"region" : "ap-southeast-5"
22448+
},
22449+
"deprecated" : true,
22450+
"hostname" : "wafv2-fips.ap-southeast-5.amazonaws.com"
22451+
},
2243022452
"fips-ca-central-1" : {
2243122453
"credentialScope" : {
2243222454
"region" : "ca-central-1"

0 commit comments

Comments
 (0)