Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 19, 2024
1 parent 02288a4 commit 96f349c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -25256,6 +25256,44 @@
"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 96f349c

Please sign in to comment.