Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-04-25
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 25, 2024
1 parent d687367 commit 74d1b96
Showing 1 changed file with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26551,13 +26551,28 @@
},
"email": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "email-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "email-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "email-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
Expand Down Expand Up @@ -27706,6 +27721,12 @@
"us-gov-west-1": {}
}
},
"license-manager-user-subscriptions": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
}
},
"logs": {
"endpoints": {
"fips-us-gov-east-1": {
Expand Down

0 comments on commit 74d1b96

Please sign in to comment.