Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jun 19, 2024
1 parent 5df426a commit 12e2648
Showing 1 changed file with 38 additions and 0 deletions.
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 12e2648

Please sign in to comment.