Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-06-19
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 19, 2024
1 parent 145a976 commit a8b4514
Showing 1 changed file with 42 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27999,6 +27999,48 @@
"us-gov-west-1": {}
}
},
"kinesisvideo": {
"endpoints": {
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
"variants": [
{
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
"variants": [
{
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
}
}
},
"kms": {
"endpoints": {
"ProdFips": {
Expand Down

0 comments on commit a8b4514

Please sign in to comment.