File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -14496,17 +14496,31 @@
1449614496 },
1449714497 "cloudtrail" : {
1449814498 "endpoints" : {
14499- "us-gov-east-1" : {
14499+ "fips- us-gov-east-1" : {
1450014500 "credentialScope" : {
1450114501 "region" : "us-gov-east-1"
1450214502 },
14503+ "deprecated" : true,
1450314504 "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com"
1450414505 },
14505- "us-gov-west-1" : {
14506+ "fips- us-gov-west-1" : {
1450614507 "credentialScope" : {
1450714508 "region" : "us-gov-west-1"
1450814509 },
14510+ "deprecated" : true,
1450914511 "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com"
14512+ },
14513+ "us-gov-east-1" : {
14514+ "variants" : [ {
14515+ "hostname" : "cloudtrail.us-gov-east-1.amazonaws.com",
14516+ "tags" : [ "fips" ]
14517+ } ]
14518+ },
14519+ "us-gov-west-1" : {
14520+ "variants" : [ {
14521+ "hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
14522+ "tags" : [ "fips" ]
14523+ } ]
1451014524 }
1451114525 }
1451214526 },
You can’t perform that action at this time.
0 commit comments