File tree Expand file tree Collapse file tree 1 file changed +13
-1
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 +13
-1
lines changed Original file line number Diff line number Diff line change @@ -23195,14 +23195,26 @@
2319523195 },
2319623196 "workspaces" : {
2319723197 "endpoints" : {
23198+ "fips-us-gov-east-1" : {
23199+ "credentialScope" : {
23200+ "region" : "us-gov-east-1"
23201+ },
23202+ "deprecated" : true,
23203+ "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com"
23204+ },
2319823205 "fips-us-gov-west-1" : {
2319923206 "credentialScope" : {
2320023207 "region" : "us-gov-west-1"
2320123208 },
2320223209 "deprecated" : true,
2320323210 "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
2320423211 },
23205- "us-gov-east-1" : { },
23212+ "us-gov-east-1" : {
23213+ "variants" : [ {
23214+ "hostname" : "workspaces-fips.us-gov-east-1.amazonaws.com",
23215+ "tags" : [ "fips" ]
23216+ } ]
23217+ },
2320623218 "us-gov-west-1" : {
2320723219 "variants" : [ {
2320823220 "hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
You can’t perform that action at this time.
0 commit comments