kinesis-video-media-2017-09-30.min.json
1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"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": {}
}