File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
codegen/smithy-aws-kotlin-codegen/src/main/resources/aws/sdk/kotlin/codegen Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -24351,12 +24351,34 @@
2435124351 "credentialScope" : {
2435224352 "region" : "us-gov-east-1"
2435324353 },
24354+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24355+ "variants" : [ {
24356+ "hostname" : "sso.us-gov-east-1.amazonaws.com",
24357+ "tags" : [ "fips" ]
24358+ } ]
24359+ },
24360+ "us-gov-east-1-fips" : {
24361+ "credentialScope" : {
24362+ "region" : "us-gov-east-1"
24363+ },
24364+ "deprecated" : true,
2435424365 "hostname" : "sso.us-gov-east-1.amazonaws.com"
2435524366 },
2435624367 "us-gov-west-1" : {
2435724368 "credentialScope" : {
2435824369 "region" : "us-gov-west-1"
2435924370 },
24371+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24372+ "variants" : [ {
24373+ "hostname" : "sso.us-gov-west-1.amazonaws.com",
24374+ "tags" : [ "fips" ]
24375+ } ]
24376+ },
24377+ "us-gov-west-1-fips" : {
24378+ "credentialScope" : {
24379+ "region" : "us-gov-west-1"
24380+ },
24381+ "deprecated" : true,
2436024382 "hostname" : "sso.us-gov-west-1.amazonaws.com"
2436124383 }
2436224384 }
You can’t perform that action at this time.
0 commit comments