|
939 | 939 | "Tier":{
|
940 | 940 | "shape":"Tier",
|
941 | 941 | "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>" |
942 | 946 | }
|
943 | 947 | }
|
944 | 948 | },
|
|
985 | 989 | "Tier":{
|
986 | 990 | "shape":"__string",
|
987 | 991 | "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>" |
988 | 996 | }
|
989 | 997 | }
|
990 | 998 | },
|
|
1648 | 1656 | "Tier":{
|
1649 | 1657 | "shape":"__string",
|
1650 | 1658 | "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>" |
1651 | 1663 | }
|
1652 | 1664 | }
|
1653 | 1665 | },
|
|
3302 | 3314 | "STANDARD"
|
3303 | 3315 | ]
|
3304 | 3316 | },
|
| 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 | + }, |
3305 | 3328 | "TimeSignalMessage":{
|
3306 | 3329 | "type":"structure",
|
3307 | 3330 | "members":{
|
|
3390 | 3413 | "Outputs":{
|
3391 | 3414 | "shape":"RequestOutputs",
|
3392 | 3415 | "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>" |
3393 | 3420 | }
|
3394 | 3421 | }
|
3395 | 3422 | },
|
|
3436 | 3463 | "Tier":{
|
3437 | 3464 | "shape":"__string",
|
3438 | 3465 | "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>" |
3439 | 3470 | }
|
3440 | 3471 | }
|
3441 | 3472 | },
|
|
0 commit comments