Skip to content

Commit 08d118b

Browse files
author
AWS
committed
AWS MediaTailor Update: MediaTailor now supports ad prefetching.
1 parent 0705282 commit 08d118b

File tree

3 files changed

+378
-0
lines changed

3 files changed

+378
-0
lines changed
Lines changed: 6 additions & 0 deletions
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 now supports ad prefetching."
6+
}

services/mediatailor/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
"output_token": "NextToken",
2525
"result_key": "Items"
2626
},
27+
"ListPrefetchSchedules": {
28+
"input_token": "NextToken",
29+
"limit_key": "MaxResults",
30+
"output_token": "NextToken",
31+
"result_key": "Items"
32+
},
2733
"ListSourceLocations": {
2834
"input_token": "NextToken",
2935
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)