Skip to content

Commit 3eb27ed

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 257f54c commit 3eb27ed

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
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+
}

codegen/src/main/resources/software/amazon/awssdk/codegen/rules/partitions.json.resource

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"ap-southeast-5" : {
4848
"description" : "Asia Pacific (Malaysia)"
4949
},
50+
"ap-southeast-7" : {
51+
"description" : "Asia Pacific (Thailand)"
52+
},
5053
"aws-global" : {
5154
"description" : "AWS Standard global region"
5255
},

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8457,6 +8457,12 @@
84578457
"tags" : [ "fips" ]
84588458
} ]
84598459
},
8460+
"ap-southeast-7" : {
8461+
"variants" : [ {
8462+
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com",
8463+
"tags" : [ "fips" ]
8464+
} ]
8465+
},
84608466
"ca-central-1" : {
84618467
"variants" : [ {
84628468
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
@@ -8601,6 +8607,13 @@
86018607
"deprecated" : true,
86028608
"hostname" : "elasticfilesystem-fips.ap-southeast-5.amazonaws.com"
86038609
},
8610+
"fips-ap-southeast-7" : {
8611+
"credentialScope" : {
8612+
"region" : "ap-southeast-7"
8613+
},
8614+
"deprecated" : true,
8615+
"hostname" : "elasticfilesystem-fips.ap-southeast-7.amazonaws.com"
8616+
},
86048617
"fips-ca-central-1" : {
86058618
"credentialScope" : {
86068619
"region" : "ca-central-1"

0 commit comments

Comments
 (0)