File tree Expand file tree Collapse file tree 2 files changed +58
-4
lines changed
core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region Expand file tree Collapse file tree 2 files changed +58
-4
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS SDK for Java v2" ,
4
+ "contributor" : " " ,
5
+ "description" : " Updated endpoint and partition metadata."
6
+ }
Original file line number Diff line number Diff line change @@ -15934,11 +15934,59 @@
15934
15934
"eu-west-1" : { },
15935
15935
"eu-west-2" : { },
15936
15936
"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
+ },
15937
15965
"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
+ }
15942
15990
}
15943
15991
},
15944
15992
"serverlessrepo" : {
You can’t perform that action at this time.
0 commit comments