Skip to content

Commit 534ee9f

Browse files
author
AWS
committed
AWS MediaTailor Update: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.
1 parent d6ba93d commit 534ee9f

File tree

3 files changed

+2820
-790
lines changed

3 files changed

+2820
-790
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaTailor",
4+
"contributor": "",
5+
"description": "MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content."
6+
}
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
{
2-
"pagination": {
3-
"ListPlaybackConfigurations": {
4-
"input_token": "NextToken",
5-
"output_token": "NextToken",
6-
"limit_key": "MaxResults",
7-
"result_key": "Items"
2+
"pagination": {
3+
"GetChannelSchedule": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken",
7+
"result_key": "Items"
8+
},
9+
"ListChannels": {
10+
"input_token": "NextToken",
11+
"limit_key": "MaxResults",
12+
"output_token": "NextToken",
13+
"result_key": "Items"
14+
},
15+
"ListPlaybackConfigurations": {
16+
"input_token": "NextToken",
17+
"limit_key": "MaxResults",
18+
"output_token": "NextToken",
19+
"result_key": "Items"
20+
},
21+
"ListPrograms": {
22+
"input_token": "NextToken",
23+
"limit_key": "MaxResults",
24+
"output_token": "NextToken",
25+
"result_key": "Items"
26+
},
27+
"ListSourceLocations": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "Items"
32+
},
33+
"ListVodSources": {
34+
"input_token": "NextToken",
35+
"limit_key": "MaxResults",
36+
"output_token": "NextToken",
37+
"result_key": "Items"
38+
}
839
}
9-
}
1040
}

0 commit comments

Comments
 (0)