Skip to content

Commit 6271278

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 3a08cbe commit 6271278

File tree

2 files changed

+58
-4
lines changed

2 files changed

+58
-4
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 endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 52 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15934,11 +15934,59 @@
1593415934
"eu-west-1" : { },
1593515935
"eu-west-2" : { },
1593615936
"eu-west-3" : { },
15937+
"fips-us-east-1" : {
15938+
"credentialScope" : {
15939+
"region" : "us-east-1"
15940+
},
15941+
"deprecated" : true,
15942+
"hostname" : "securitylake-fips.us-east-1.amazonaws.com"
15943+
},
15944+
"fips-us-east-2" : {
15945+
"credentialScope" : {
15946+
"region" : "us-east-2"
15947+
},
15948+
"deprecated" : true,
15949+
"hostname" : "securitylake-fips.us-east-2.amazonaws.com"
15950+
},
15951+
"fips-us-west-1" : {
15952+
"credentialScope" : {
15953+
"region" : "us-west-1"
15954+
},
15955+
"deprecated" : true,
15956+
"hostname" : "securitylake-fips.us-west-1.amazonaws.com"
15957+
},
15958+
"fips-us-west-2" : {
15959+
"credentialScope" : {
15960+
"region" : "us-west-2"
15961+
},
15962+
"deprecated" : true,
15963+
"hostname" : "securitylake-fips.us-west-2.amazonaws.com"
15964+
},
1593715965
"sa-east-1" : { },
15938-
"us-east-1" : { },
15939-
"us-east-2" : { },
15940-
"us-west-1" : { },
15941-
"us-west-2" : { }
15966+
"us-east-1" : {
15967+
"variants" : [ {
15968+
"hostname" : "securitylake-fips.us-east-1.amazonaws.com",
15969+
"tags" : [ "fips" ]
15970+
} ]
15971+
},
15972+
"us-east-2" : {
15973+
"variants" : [ {
15974+
"hostname" : "securitylake-fips.us-east-2.amazonaws.com",
15975+
"tags" : [ "fips" ]
15976+
} ]
15977+
},
15978+
"us-west-1" : {
15979+
"variants" : [ {
15980+
"hostname" : "securitylake-fips.us-west-1.amazonaws.com",
15981+
"tags" : [ "fips" ]
15982+
} ]
15983+
},
15984+
"us-west-2" : {
15985+
"variants" : [ {
15986+
"hostname" : "securitylake-fips.us-west-2.amazonaws.com",
15987+
"tags" : [ "fips" ]
15988+
} ]
15989+
}
1594215990
}
1594315991
},
1594415992
"serverlessrepo" : {

0 commit comments

Comments
 (0)