Skip to content

Commit 61cef07

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 52471a6 commit 61cef07

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5977,6 +5977,24 @@
59775977
"ap-southeast-2" : { },
59785978
"eu-central-1" : { },
59795979
"eu-west-1" : { },
5980+
"fips-us-east-1" : {
5981+
"credentialScope" : {
5982+
"region" : "us-east-1"
5983+
},
5984+
"hostname" : "session.qldb-fips.us-east-1.amazonaws.com"
5985+
},
5986+
"fips-us-east-2" : {
5987+
"credentialScope" : {
5988+
"region" : "us-east-2"
5989+
},
5990+
"hostname" : "session.qldb-fips.us-east-2.amazonaws.com"
5991+
},
5992+
"fips-us-west-2" : {
5993+
"credentialScope" : {
5994+
"region" : "us-west-2"
5995+
},
5996+
"hostname" : "session.qldb-fips.us-west-2.amazonaws.com"
5997+
},
59805998
"us-east-1" : { },
59815999
"us-east-2" : { },
59826000
"us-west-2" : { }

0 commit comments

Comments
 (0)