Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-11-15
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 15, 2023
1 parent 1d0800f commit ba096d8
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26870,12 +26870,38 @@
"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 ba096d8

Please sign in to comment.