Skip to content

Commit 8489515

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent ea5fc54 commit 8489515

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
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

+42
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@
12511251
"ap-east-1" : { },
12521252
"ap-northeast-1" : { },
12531253
"ap-northeast-2" : { },
1254+
"ap-northeast-3" : { },
12541255
"ap-south-1" : { },
12551256
"ap-southeast-1" : { },
12561257
"ap-southeast-2" : { },
@@ -2752,6 +2753,36 @@
27522753
"eu-west-1" : { },
27532754
"eu-west-2" : { },
27542755
"eu-west-3" : { },
2756+
"fips-ca-central-1" : {
2757+
"credentialScope" : {
2758+
"region" : "ca-central-1"
2759+
},
2760+
"hostname" : "emr-containers-fips.ca-central-1.amazonaws.com"
2761+
},
2762+
"fips-us-east-1" : {
2763+
"credentialScope" : {
2764+
"region" : "us-east-1"
2765+
},
2766+
"hostname" : "emr-containers-fips.us-east-1.amazonaws.com"
2767+
},
2768+
"fips-us-east-2" : {
2769+
"credentialScope" : {
2770+
"region" : "us-east-2"
2771+
},
2772+
"hostname" : "emr-containers-fips.us-east-2.amazonaws.com"
2773+
},
2774+
"fips-us-west-1" : {
2775+
"credentialScope" : {
2776+
"region" : "us-west-1"
2777+
},
2778+
"hostname" : "emr-containers-fips.us-west-1.amazonaws.com"
2779+
},
2780+
"fips-us-west-2" : {
2781+
"credentialScope" : {
2782+
"region" : "us-west-2"
2783+
},
2784+
"hostname" : "emr-containers-fips.us-west-2.amazonaws.com"
2785+
},
27552786
"sa-east-1" : { },
27562787
"us-east-1" : { },
27572788
"us-east-2" : { },
@@ -7850,6 +7881,12 @@
78507881
},
78517882
"neptune" : {
78527883
"endpoints" : {
7884+
"cn-north-1" : {
7885+
"credentialScope" : {
7886+
"region" : "cn-north-1"
7887+
},
7888+
"hostname" : "rds.cn-north-1.amazonaws.com.cn"
7889+
},
78537890
"cn-northwest-1" : {
78547891
"credentialScope" : {
78557892
"region" : "cn-northwest-1"
@@ -10457,6 +10494,11 @@
1045710494
"us-isob-east-1" : { }
1045810495
}
1045910496
},
10497+
"ds" : {
10498+
"endpoints" : {
10499+
"us-isob-east-1" : { }
10500+
}
10501+
},
1046010502
"dynamodb" : {
1046110503
"defaults" : {
1046210504
"protocols" : [ "http", "https" ]

0 commit comments

Comments
 (0)