Skip to content

Commit a8b4514

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-06-19
1 parent 145a976 commit a8b4514

File tree

1 file changed

+42
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+42
-0
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+42
Original file line numberDiff line numberDiff line change
@@ -27999,6 +27999,48 @@
2799927999
"us-gov-west-1": {}
2800028000
}
2800128001
},
28002+
"kinesisvideo": {
28003+
"endpoints": {
28004+
"fips-us-gov-east-1": {
28005+
"credentialScope": {
28006+
"region": "us-gov-east-1"
28007+
},
28008+
"deprecated": true,
28009+
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com"
28010+
},
28011+
"fips-us-gov-west-1": {
28012+
"credentialScope": {
28013+
"region": "us-gov-west-1"
28014+
},
28015+
"deprecated": true,
28016+
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com"
28017+
},
28018+
"us-gov-east-1": {
28019+
"credentialScope": {
28020+
"region": "us-gov-east-1"
28021+
},
28022+
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
28023+
"variants": [
28024+
{
28025+
"hostname": "kinesisvideo-fips.us-gov-east-1.amazonaws.com",
28026+
"tags": ["fips"]
28027+
}
28028+
]
28029+
},
28030+
"us-gov-west-1": {
28031+
"credentialScope": {
28032+
"region": "us-gov-west-1"
28033+
},
28034+
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
28035+
"variants": [
28036+
{
28037+
"hostname": "kinesisvideo-fips.us-gov-west-1.amazonaws.com",
28038+
"tags": ["fips"]
28039+
}
28040+
]
28041+
}
28042+
}
28043+
},
2800228044
"kms": {
2800328045
"endpoints": {
2800428046
"ProdFips": {

0 commit comments

Comments
 (0)