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 @@
23195
23195
},
23196
23196
"workspaces" : {
23197
23197
"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
+ },
23198
23205
"fips-us-gov-west-1" : {
23199
23206
"credentialScope" : {
23200
23207
"region" : "us-gov-west-1"
23201
23208
},
23202
23209
"deprecated" : true,
23203
23210
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com"
23204
23211
},
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
+ },
23206
23218
"us-gov-west-1" : {
23207
23219
"variants" : [ {
23208
23220
"hostname" : "workspaces-fips.us-gov-west-1.amazonaws.com",
You can’t perform that action at this time.
0 commit comments