Skip to content

Commit 04b7f30

Browse files
author
AWS
committed
AWS MediaTailor Update: Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field
1 parent cbcdf02 commit 04b7f30

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-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": "Adds the ability to configure time shifting on MediaTailor channels using the TimeShiftConfiguration field"
6+
}

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,10 @@
939939
"Tier":{
940940
"shape":"Tier",
941941
"documentation":"<p>The tier of the channel.</p>"
942+
},
943+
"TimeShiftConfiguration":{
944+
"shape":"TimeShiftConfiguration",
945+
"documentation":"<p> The time-shifted viewing configuration you want to associate to the channel. </p>"
942946
}
943947
}
944948
},
@@ -985,6 +989,10 @@
985989
"Tier":{
986990
"shape":"__string",
987991
"documentation":"<p>The tier of the channel.</p>"
992+
},
993+
"TimeShiftConfiguration":{
994+
"shape":"TimeShiftConfiguration",
995+
"documentation":"<p> The time-shifted viewing configuration assigned to the channel. </p>"
988996
}
989997
}
990998
},
@@ -1648,6 +1656,10 @@
16481656
"Tier":{
16491657
"shape":"__string",
16501658
"documentation":"<p>The channel's tier.</p>"
1659+
},
1660+
"TimeShiftConfiguration":{
1661+
"shape":"TimeShiftConfiguration",
1662+
"documentation":"<p> The time-shifted viewing configuration for the channel. </p>"
16511663
}
16521664
}
16531665
},
@@ -3302,6 +3314,17 @@
33023314
"STANDARD"
33033315
]
33043316
},
3317+
"TimeShiftConfiguration":{
3318+
"type":"structure",
3319+
"required":["MaxTimeDelaySeconds"],
3320+
"members":{
3321+
"MaxTimeDelaySeconds":{
3322+
"shape":"__integer",
3323+
"documentation":"<p> The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours). </p>"
3324+
}
3325+
},
3326+
"documentation":"<p> The configuration for time-shifted viewing. </p>"
3327+
},
33053328
"TimeSignalMessage":{
33063329
"type":"structure",
33073330
"members":{
@@ -3390,6 +3413,10 @@
33903413
"Outputs":{
33913414
"shape":"RequestOutputs",
33923415
"documentation":"<p>The channel's output properties.</p>"
3416+
},
3417+
"TimeShiftConfiguration":{
3418+
"shape":"TimeShiftConfiguration",
3419+
"documentation":"<p> The time-shifted viewing configuration you want to associate to the channel. </p>"
33933420
}
33943421
}
33953422
},
@@ -3436,6 +3463,10 @@
34363463
"Tier":{
34373464
"shape":"__string",
34383465
"documentation":"<p>The tier associated with this Channel.</p>"
3466+
},
3467+
"TimeShiftConfiguration":{
3468+
"shape":"TimeShiftConfiguration",
3469+
"documentation":"<p> The time-shifted viewing configuration for the channel. </p>"
34393470
}
34403471
}
34413472
},

0 commit comments

Comments
 (0)