Skip to content

Commit ab50b15

Browse files
author
AWS
committed
AWS MediaTailor Update: Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
1 parent e5605aa commit ab50b15

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-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": "Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,6 +2103,10 @@
21032103
"shape":"HlsConfiguration",
21042104
"documentation":"<p>The configuration for HLS content.</p>"
21052105
},
2106+
"InsertionMode":{
2107+
"shape":"InsertionMode",
2108+
"documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>"
2109+
},
21062110
"LivePreRollConfiguration":{
21072111
"shape":"LivePreRollConfiguration",
21082112
"documentation":"<p>The configuration for pre-roll ad insertion.</p>"
@@ -2267,6 +2271,14 @@
22672271
"member":{"shape":"HttpPackageConfiguration"},
22682272
"documentation":"<p>The VOD source's HTTP package configuration settings.</p>"
22692273
},
2274+
"InsertionMode":{
2275+
"type":"string",
2276+
"documentation":"<p>Insertion Mode controls whether players can use stitched or guided ad insertion.</p>",
2277+
"enum":[
2278+
"STITCHED_ONLY",
2279+
"PLAYER_SELECT"
2280+
]
2281+
},
22702282
"Integer":{
22712283
"type":"integer",
22722284
"box":true
@@ -2710,6 +2722,10 @@
27102722
"shape":"HlsConfiguration",
27112723
"documentation":"<p>The configuration for HLS content.</p>"
27122724
},
2725+
"InsertionMode":{
2726+
"shape":"InsertionMode",
2727+
"documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>"
2728+
},
27132729
"LivePreRollConfiguration":{
27142730
"shape":"LivePreRollConfiguration",
27152731
"documentation":"<p>The configuration for pre-roll ad insertion.</p>"
@@ -2896,6 +2912,10 @@
28962912
"shape":"DashConfigurationForPut",
28972913
"documentation":"<p>The configuration for DASH content.</p>"
28982914
},
2915+
"InsertionMode":{
2916+
"shape":"InsertionMode",
2917+
"documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>"
2918+
},
28992919
"LivePreRollConfiguration":{
29002920
"shape":"LivePreRollConfiguration",
29012921
"documentation":"<p>The configuration for pre-roll ad insertion.</p>"
@@ -2962,6 +2982,10 @@
29622982
"shape":"HlsConfiguration",
29632983
"documentation":"<p>The configuration for HLS content.</p>"
29642984
},
2985+
"InsertionMode":{
2986+
"shape":"InsertionMode",
2987+
"documentation":"<p>The setting that controls whether players can use stitched or guided ad insertion. The default, <code>STITCHED_ONLY</code>, forces all player sessions to use stitched (server-side) ad insertion. Choosing <code>PLAYER_SELECT</code> allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.</p>"
2988+
},
29652989
"LivePreRollConfiguration":{
29662990
"shape":"LivePreRollConfiguration",
29672991
"documentation":"<p>The configuration for pre-roll ad insertion.</p>"

0 commit comments

Comments
 (0)