File tree Expand file tree Collapse file tree 1 file changed +52
-4
lines changed
codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen Expand file tree Collapse file tree 1 file changed +52
-4
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments