Skip to content

Commit 7501249

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 9cde578 commit 7501249

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4284,6 +4284,7 @@
42844284
"ap-east-1" : { },
42854285
"ap-northeast-1" : { },
42864286
"ap-northeast-2" : { },
4287+
"ap-northeast-3" : { },
42874288
"ap-south-1" : { },
42884289
"ap-southeast-1" : { },
42894290
"ap-southeast-2" : { },
@@ -9251,6 +9252,18 @@
92519252
"protocols" : [ "https" ]
92529253
},
92539254
"endpoints" : {
9255+
"fips-us-gov-east-1" : {
9256+
"credentialScope" : {
9257+
"region" : "us-gov-east-1"
9258+
},
9259+
"hostname" : "servicequotas.us-gov-east-1.amazonaws.com"
9260+
},
9261+
"fips-us-gov-west-1" : {
9262+
"credentialScope" : {
9263+
"region" : "us-gov-west-1"
9264+
},
9265+
"hostname" : "servicequotas.us-gov-west-1.amazonaws.com"
9266+
},
92549267
"us-gov-east-1" : { },
92559268
"us-gov-west-1" : { }
92569269
}

0 commit comments

Comments
 (0)