Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-03-16
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 16, 2023
1 parent c8a4826 commit bdc8fa5
Showing 1 changed file with 30 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21079,8 +21079,36 @@
},
"dlm": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"us-gov-east-1": {
"variants": [
{
"hostname": "dlm.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-east-1-fips": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "dlm.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1": {
"variants": [
{
"hostname": "dlm.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1-fips": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "dlm.us-gov-west-1.amazonaws.com"
}
}
},
"dms": {
Expand Down

0 comments on commit bdc8fa5

Please sign in to comment.