Skip to content

Commit 752d58c

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 1f7165e commit 752d58c

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-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 service endpoint metadata."
6+
}

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4151,6 +4151,7 @@
41514151
"ap-south-1" : { },
41524152
"ap-southeast-1" : { },
41534153
"ap-southeast-2" : { },
4154+
"ap-southeast-3" : { },
41544155
"ca-central-1" : { },
41554156
"eu-central-1" : { },
41564157
"eu-north-1" : { },
@@ -5476,6 +5477,8 @@
54765477
"emr-serverless" : {
54775478
"endpoints" : {
54785479
"ap-northeast-1" : { },
5480+
"ap-southeast-1" : { },
5481+
"eu-central-1" : { },
54795482
"eu-west-1" : { },
54805483
"fips-us-east-1" : {
54815484
"credentialScope" : {
@@ -5484,6 +5487,13 @@
54845487
"deprecated" : true,
54855488
"hostname" : "emr-serverless-fips.us-east-1.amazonaws.com"
54865489
},
5490+
"fips-us-east-2" : {
5491+
"credentialScope" : {
5492+
"region" : "us-east-2"
5493+
},
5494+
"deprecated" : true,
5495+
"hostname" : "emr-serverless-fips.us-east-2.amazonaws.com"
5496+
},
54875497
"fips-us-west-2" : {
54885498
"credentialScope" : {
54895499
"region" : "us-west-2"
@@ -5497,6 +5507,12 @@
54975507
"tags" : [ "fips" ]
54985508
} ]
54995509
},
5510+
"us-east-2" : {
5511+
"variants" : [ {
5512+
"hostname" : "emr-serverless-fips.us-east-2.amazonaws.com",
5513+
"tags" : [ "fips" ]
5514+
} ]
5515+
},
55005516
"us-west-2" : {
55015517
"variants" : [ {
55025518
"hostname" : "emr-serverless-fips.us-west-2.amazonaws.com",
@@ -10247,6 +10263,7 @@
1024710263
"ap-south-1" : { },
1024810264
"ap-southeast-1" : { },
1024910265
"ap-southeast-2" : { },
10266+
"ap-southeast-3" : { },
1025010267
"ca-central-1" : {
1025110268
"variants" : [ {
1025210269
"hostname" : "rbin-fips.ca-central-1.amazonaws.com",

0 commit comments

Comments
 (0)