Skip to content

Commit 94a1d41

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 959ddc3 commit 94a1d41

File tree

1 file changed

+13
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+13
-1
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)