Skip to content

Commit 58ed3de

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent d52a198 commit 58ed3de

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-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+
}

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5394,6 +5394,12 @@
53945394
"tags" : [ "fips" ]
53955395
} ]
53965396
},
5397+
"ap-south-2" : {
5398+
"variants" : [ {
5399+
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com",
5400+
"tags" : [ "fips" ]
5401+
} ]
5402+
},
53975403
"ap-southeast-1" : {
53985404
"variants" : [ {
53995405
"hostname" : "elasticfilesystem-fips.ap-southeast-1.amazonaws.com",
@@ -5508,6 +5514,13 @@
55085514
"deprecated" : true,
55095515
"hostname" : "elasticfilesystem-fips.ap-south-1.amazonaws.com"
55105516
},
5517+
"fips-ap-south-2" : {
5518+
"credentialScope" : {
5519+
"region" : "ap-south-2"
5520+
},
5521+
"deprecated" : true,
5522+
"hostname" : "elasticfilesystem-fips.ap-south-2.amazonaws.com"
5523+
},
55115524
"fips-ap-southeast-1" : {
55125525
"credentialScope" : {
55135526
"region" : "ap-southeast-1"
@@ -19283,12 +19296,34 @@
1928319296
"credentialScope" : {
1928419297
"region" : "us-gov-east-1"
1928519298
},
19299+
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19300+
"variants" : [ {
19301+
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com",
19302+
"tags" : [ "fips" ]
19303+
} ]
19304+
},
19305+
"us-gov-east-1-fips" : {
19306+
"credentialScope" : {
19307+
"region" : "us-gov-east-1"
19308+
},
19309+
"deprecated" : true,
1928619310
"hostname" : "elasticbeanstalk.us-gov-east-1.amazonaws.com"
1928719311
},
1928819312
"us-gov-west-1" : {
1928919313
"credentialScope" : {
1929019314
"region" : "us-gov-west-1"
1929119315
},
19316+
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19317+
"variants" : [ {
19318+
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com",
19319+
"tags" : [ "fips" ]
19320+
} ]
19321+
},
19322+
"us-gov-west-1-fips" : {
19323+
"credentialScope" : {
19324+
"region" : "us-gov-west-1"
19325+
},
19326+
"deprecated" : true,
1929219327
"hostname" : "elasticbeanstalk.us-gov-west-1.amazonaws.com"
1929319328
}
1929419329
}

0 commit comments

Comments
 (0)