Skip to content

Commit 7569dd1

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 57ee8cc commit 7569dd1

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
@@ -4691,6 +4691,7 @@
46914691
"ap-east-1" : { },
46924692
"ap-northeast-1" : { },
46934693
"ap-northeast-2" : { },
4694+
"ap-northeast-3" : { },
46944695
"ap-south-1" : { },
46954696
"ap-southeast-1" : { },
46964697
"ap-southeast-2" : { },
@@ -9212,6 +9213,18 @@
92129213
},
92139214
"mq" : {
92149215
"endpoints" : {
9216+
"fips-us-gov-east-1" : {
9217+
"credentialScope" : {
9218+
"region" : "us-gov-east-1"
9219+
},
9220+
"hostname" : "mq-fips.us-gov-east-1.amazonaws.com"
9221+
},
9222+
"fips-us-gov-west-1" : {
9223+
"credentialScope" : {
9224+
"region" : "us-gov-west-1"
9225+
},
9226+
"hostname" : "mq-fips.us-gov-west-1.amazonaws.com"
9227+
},
92159228
"us-gov-east-1" : { },
92169229
"us-gov-west-1" : { }
92179230
}

0 commit comments

Comments
 (0)