File tree 1 file changed +22
-0
lines changed
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -24351,12 +24351,34 @@
24351
24351
"credentialScope" : {
24352
24352
"region" : "us-gov-east-1"
24353
24353
},
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,
24354
24365
"hostname" : "sso.us-gov-east-1.amazonaws.com"
24355
24366
},
24356
24367
"us-gov-west-1" : {
24357
24368
"credentialScope" : {
24358
24369
"region" : "us-gov-west-1"
24359
24370
},
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,
24360
24382
"hostname" : "sso.us-gov-west-1.amazonaws.com"
24361
24383
}
24362
24384
}
You can’t perform that action at this time.
0 commit comments