Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 15, 2023
1 parent e635726 commit 679c88c
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24351,12 +24351,34 @@
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "sso.us-gov-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "sso.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "sso.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "sso.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "sso.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "sso.us-gov-west-1.amazonaws.com"
}
}
Expand Down

0 comments on commit 679c88c

Please sign in to comment.