Skip to content

Commit 2b1862f

Browse files
author
AWS
committed
AWS MediaTailor Update: This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode.
1 parent bbcd0d9 commit 2b1862f

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
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": "This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode."
6+
}

services/mediatailor/src/main/resources/codegen-resources/service-2.json

+11-7
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@
830830
"shape": "__timestampUnix"
831831
},
832832
"FillerSlate": {
833-
"documentation": "<p>Contains information about the slate used to fill gaps between programs in the schedule. You must configure FillerSlate if your channel uses an LINEAR PlaybackMode.</p>",
833+
"documentation": "<p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.</p>",
834834
"shape": "SlateSource"
835835
},
836836
"LastModifiedTime": {
@@ -931,7 +931,7 @@
931931
"shape": "__string"
932932
},
933933
"FillerSlate": {
934-
"documentation": "<p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses a LINEAR PlaybackMode.</p>",
934+
"documentation": "<p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.</p>",
935935
"shape": "SlateSource"
936936
},
937937
"Outputs": {
@@ -1027,8 +1027,8 @@
10271027
"required": [
10281028
"Name",
10291029
"PlaybackConfigurationName",
1030-
"Consumption",
1031-
"Retrieval"
1030+
"Retrieval",
1031+
"Consumption"
10321032
],
10331033
"type": "structure"
10341034
},
@@ -1096,8 +1096,8 @@
10961096
"ChannelName",
10971097
"ProgramName",
10981098
"VodSourceName",
1099-
"ScheduleConfiguration",
1100-
"SourceLocationName"
1099+
"SourceLocationName",
1100+
"ScheduleConfiguration"
11011101
],
11021102
"type": "structure"
11031103
},
@@ -2771,8 +2771,8 @@
27712771
},
27722772
"required": [
27732773
"VodSourceName",
2774-
"ChannelName",
27752774
"SourceLocationName",
2775+
"ChannelName",
27762776
"Arn",
27772777
"ProgramName"
27782778
],
@@ -3001,6 +3001,10 @@
30013001
"locationName": "channelName",
30023002
"shape": "__string"
30033003
},
3004+
"FillerSlate": {
3005+
"documentation": "<p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.</p>",
3006+
"shape": "SlateSource"
3007+
},
30043008
"Outputs": {
30053009
"documentation": "<p>The channel's output properties.</p>",
30063010
"shape": "RequestOutputs"

0 commit comments

Comments
 (0)