Skip to content

Commit fcc4886

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 9866c78 commit fcc4886

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-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

+14
Original file line numberDiff line numberDiff line change
@@ -15338,13 +15338,26 @@
1533815338
} ]
1533915339
},
1534015340
"endpoints" : {
15341+
"fips-us-gov-east-1" : {
15342+
"credentialScope" : {
15343+
"region" : "us-gov-east-1"
15344+
},
15345+
"deprecated" : true,
15346+
"hostname" : "identitystore.us-gov-east-1.amazonaws.com"
15347+
},
1534115348
"fips-us-gov-west-1" : {
1534215349
"credentialScope" : {
1534315350
"region" : "us-gov-west-1"
1534415351
},
1534515352
"deprecated" : true,
1534615353
"hostname" : "identitystore.us-gov-west-1.amazonaws.com"
1534715354
},
15355+
"us-gov-east-1" : {
15356+
"variants" : [ {
15357+
"hostname" : "identitystore.us-gov-east-1.amazonaws.com",
15358+
"tags" : [ "fips" ]
15359+
} ]
15360+
},
1534815361
"us-gov-west-1" : {
1534915362
"variants" : [ {
1535015363
"hostname" : "identitystore.us-gov-west-1.amazonaws.com",
@@ -15920,6 +15933,7 @@
1592015933
},
1592115934
"portal.sso" : {
1592215935
"endpoints" : {
15936+
"us-gov-east-1" : { },
1592315937
"us-gov-west-1" : {
1592415938
"credentialScope" : {
1592515939
"region" : "us-gov-west-1"

0 commit comments

Comments
 (0)