Skip to content

Commit 679c88c

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent e635726 commit 679c88c

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

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

+22
Original file line numberDiff line numberDiff line change
@@ -24351,12 +24351,34 @@
2435124351
"credentialScope" : {
2435224352
"region" : "us-gov-east-1"
2435324353
},
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,
2435424365
"hostname" : "sso.us-gov-east-1.amazonaws.com"
2435524366
},
2435624367
"us-gov-west-1" : {
2435724368
"credentialScope" : {
2435824369
"region" : "us-gov-west-1"
2435924370
},
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,
2436024382
"hostname" : "sso.us-gov-west-1.amazonaws.com"
2436124383
}
2436224384
}

0 commit comments

Comments
 (0)