mirror of
https://github.com/cderche/greenlock-storage-s3
synced 2025-05-13 16:16:32 +00:00
59 lines
1.4 KiB
JSON
59 lines
1.4 KiB
JSON
{
|
|
"version": "2.0",
|
|
"metadata": {
|
|
"apiVersion": "2017-09-30",
|
|
"endpointPrefix": "kinesisvideo",
|
|
"protocol": "rest-json",
|
|
"serviceAbbreviation": "Kinesis Video Media",
|
|
"serviceFullName": "Amazon Kinesis Video Streams Media",
|
|
"serviceId": "Kinesis Video Media",
|
|
"signatureVersion": "v4",
|
|
"uid": "kinesis-video-media-2017-09-30"
|
|
},
|
|
"operations": {
|
|
"GetMedia": {
|
|
"http": {
|
|
"requestUri": "/getMedia"
|
|
},
|
|
"input": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StartSelector"
|
|
],
|
|
"members": {
|
|
"StreamName": {},
|
|
"StreamARN": {},
|
|
"StartSelector": {
|
|
"type": "structure",
|
|
"required": [
|
|
"StartSelectorType"
|
|
],
|
|
"members": {
|
|
"StartSelectorType": {},
|
|
"AfterFragmentNumber": {},
|
|
"StartTimestamp": {
|
|
"type": "timestamp"
|
|
},
|
|
"ContinuationToken": {}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"type": "structure",
|
|
"members": {
|
|
"ContentType": {
|
|
"location": "header",
|
|
"locationName": "Content-Type"
|
|
},
|
|
"Payload": {
|
|
"type": "blob",
|
|
"streaming": true
|
|
}
|
|
},
|
|
"payload": "Payload"
|
|
}
|
|
}
|
|
},
|
|
"shapes": {}
|
|
} |