|
666 | 666 | "INFO" |
667 | 667 | ] |
668 | 668 | }, |
| 669 | + "AlternateMedia":{ |
| 670 | + "type":"structure", |
| 671 | + "members":{ |
| 672 | + "AdBreaks":{ |
| 673 | + "shape":"__listOfAdBreak", |
| 674 | + "documentation":"<p>Ad break configuration parameters defined in AlternateMedia.</p>" |
| 675 | + }, |
| 676 | + "ClipRange":{"shape":"ClipRange"}, |
| 677 | + "DurationMillis":{ |
| 678 | + "shape":"__long", |
| 679 | + "documentation":"<p>The duration of the alternateMedia in milliseconds.</p>" |
| 680 | + }, |
| 681 | + "LiveSourceName":{ |
| 682 | + "shape":"__string", |
| 683 | + "documentation":"<p>The name of the live source for alternateMedia.</p>" |
| 684 | + }, |
| 685 | + "ScheduledStartTimeMillis":{ |
| 686 | + "shape":"__long", |
| 687 | + "documentation":"<p>The date and time that the alternateMedia is scheduled to start, in epoch milliseconds.</p>" |
| 688 | + }, |
| 689 | + "SourceLocationName":{ |
| 690 | + "shape":"__string", |
| 691 | + "documentation":"<p>The name of the source location for alternateMedia.</p>" |
| 692 | + }, |
| 693 | + "VodSourceName":{ |
| 694 | + "shape":"__string", |
| 695 | + "documentation":"<p>The name of the VOD source for alternateMedia.</p>" |
| 696 | + } |
| 697 | + }, |
| 698 | + "documentation":"<p>A playlist of media (VOD and/or live) to be played instead of the default media on a particular program.</p>" |
| 699 | + }, |
| 700 | + "AudienceMedia":{ |
| 701 | + "type":"structure", |
| 702 | + "members":{ |
| 703 | + "AlternateMedia":{ |
| 704 | + "shape":"__listOfAlternateMedia", |
| 705 | + "documentation":"<p>The list of AlternateMedia defined in AudienceMedia.</p>" |
| 706 | + }, |
| 707 | + "Audience":{ |
| 708 | + "shape":"__string", |
| 709 | + "documentation":"<p>The Audience defined in AudienceMedia.</p>" |
| 710 | + } |
| 711 | + }, |
| 712 | + "documentation":"<p>An AudienceMedia object contains an Audience and a list of AlternateMedia.</p>" |
| 713 | + }, |
| 714 | + "Audiences":{ |
| 715 | + "type":"list", |
| 716 | + "member":{"shape":"String"} |
| 717 | + }, |
669 | 718 | "AvailMatchingCriteria":{ |
670 | 719 | "type":"structure", |
671 | 720 | "required":[ |
|
758 | 807 | "shape":"__string", |
759 | 808 | "documentation":"<p>The ARN of the channel.</p>" |
760 | 809 | }, |
| 810 | + "Audiences":{ |
| 811 | + "shape":"Audiences", |
| 812 | + "documentation":"<p>The list of audiences defined in channel.</p>" |
| 813 | + }, |
761 | 814 | "ChannelName":{ |
762 | 815 | "shape":"__string", |
763 | 816 | "documentation":"<p>The name of the channel.</p>" |
|
811 | 864 | }, |
812 | 865 | "ClipRange":{ |
813 | 866 | "type":"structure", |
814 | | - "required":["EndOffsetMillis"], |
815 | 867 | "members":{ |
816 | 868 | "EndOffsetMillis":{ |
817 | 869 | "shape":"__long", |
818 | | - "documentation":"<p>The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.</p>" |
| 870 | + "documentation":"<p>The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.</p>", |
| 871 | + "box":true |
| 872 | + }, |
| 873 | + "StartOffsetMillis":{ |
| 874 | + "shape":"__long", |
| 875 | + "documentation":"<p>The start offset of the clip range, in milliseconds. This offset truncates the start at the number of milliseconds into the duration of the VOD source.</p>" |
819 | 876 | } |
820 | 877 | }, |
821 | 878 | "documentation":"<p>Clip range configuration for the VOD source associated with the program.</p>" |
|
914 | 971 | "PlaybackMode" |
915 | 972 | ], |
916 | 973 | "members":{ |
| 974 | + "Audiences":{ |
| 975 | + "shape":"Audiences", |
| 976 | + "documentation":"<p>The list of audiences defined in channel.</p>" |
| 977 | + }, |
917 | 978 | "ChannelName":{ |
918 | 979 | "shape":"__string", |
919 | 980 | "documentation":"<p>The name of the channel.</p>", |
|
954 | 1015 | "shape":"__string", |
955 | 1016 | "documentation":"<p>The Amazon Resource Name (ARN) to assign to the channel.</p>" |
956 | 1017 | }, |
| 1018 | + "Audiences":{ |
| 1019 | + "shape":"Audiences", |
| 1020 | + "documentation":"<p>The list of audiences defined in channel.</p>" |
| 1021 | + }, |
957 | 1022 | "ChannelName":{ |
958 | 1023 | "shape":"__string", |
959 | 1024 | "documentation":"<p>The name to assign to the channel.</p>" |
|
1139 | 1204 | "shape":"__listOfAdBreak", |
1140 | 1205 | "documentation":"<p>The ad break configuration settings.</p>" |
1141 | 1206 | }, |
| 1207 | + "AudienceMedia":{ |
| 1208 | + "shape":"__listOfAudienceMedia", |
| 1209 | + "documentation":"<p>The list of AudienceMedia defined in program.</p>" |
| 1210 | + }, |
1142 | 1211 | "ChannelName":{ |
1143 | 1212 | "shape":"__string", |
1144 | 1213 | "documentation":"<p>The name of the channel for this Program.</p>", |
|
1180 | 1249 | "shape":"__string", |
1181 | 1250 | "documentation":"<p>The ARN to assign to the program.</p>" |
1182 | 1251 | }, |
| 1252 | + "AudienceMedia":{ |
| 1253 | + "shape":"__listOfAudienceMedia", |
| 1254 | + "documentation":"<p>The list of AudienceMedia defined in program.</p>" |
| 1255 | + }, |
1183 | 1256 | "ChannelName":{ |
1184 | 1257 | "shape":"__string", |
1185 | 1258 | "documentation":"<p>The name to assign to the channel for this program.</p>" |
|
1617 | 1690 | "shape":"__string", |
1618 | 1691 | "documentation":"<p>The ARN of the channel.</p>" |
1619 | 1692 | }, |
| 1693 | + "Audiences":{ |
| 1694 | + "shape":"Audiences", |
| 1695 | + "documentation":"<p>The list of audiences defined in channel.</p>" |
| 1696 | + }, |
1620 | 1697 | "ChannelName":{ |
1621 | 1698 | "shape":"__string", |
1622 | 1699 | "documentation":"<p>The name of the channel.</p>" |
|
1751 | 1828 | "shape":"__string", |
1752 | 1829 | "documentation":"<p>The ARN of the program.</p>" |
1753 | 1830 | }, |
| 1831 | + "AudienceMedia":{ |
| 1832 | + "shape":"__listOfAudienceMedia", |
| 1833 | + "documentation":"<p>The list of AudienceMedia defined in program.</p>" |
| 1834 | + }, |
1754 | 1835 | "ChannelName":{ |
1755 | 1836 | "shape":"__string", |
1756 | 1837 | "documentation":"<p>The name of the channel that the program belongs to.</p>" |
|
1934 | 2015 | "type":"structure", |
1935 | 2016 | "required":["ChannelName"], |
1936 | 2017 | "members":{ |
| 2018 | + "Audience":{ |
| 2019 | + "shape":"__string", |
| 2020 | + "documentation":"<p>The single audience for GetChannelScheduleRequest.</p>", |
| 2021 | + "location":"querystring", |
| 2022 | + "locationName":"audience" |
| 2023 | + }, |
1937 | 2024 | "ChannelName":{ |
1938 | 2025 | "shape":"__string", |
1939 | 2026 | "documentation":"<p>The name of the channel associated with this Channel Schedule.</p>", |
|
3057 | 3144 | "shape":"__string", |
3058 | 3145 | "documentation":"<p>The ARN of the program.</p>" |
3059 | 3146 | }, |
| 3147 | + "Audiences":{ |
| 3148 | + "shape":"Audiences", |
| 3149 | + "documentation":"<p>The list of audiences defined in ScheduleEntry.</p>" |
| 3150 | + }, |
3060 | 3151 | "ChannelName":{ |
3061 | 3152 | "shape":"__string", |
3062 | 3153 | "documentation":"<p>The name of the channel that uses this schedule.</p>" |
|
3092 | 3183 | "type":"string", |
3093 | 3184 | "enum":[ |
3094 | 3185 | "PROGRAM", |
3095 | | - "FILLER_SLATE" |
| 3186 | + "FILLER_SLATE", |
| 3187 | + "ALTERNATE_MEDIA" |
3096 | 3188 | ] |
3097 | 3189 | }, |
3098 | 3190 | "SecretsManagerAccessTokenConfiguration":{ |
|
3401 | 3493 | "Outputs" |
3402 | 3494 | ], |
3403 | 3495 | "members":{ |
| 3496 | + "Audiences":{ |
| 3497 | + "shape":"Audiences", |
| 3498 | + "documentation":"<p>The list of audiences defined in channel.</p>" |
| 3499 | + }, |
3404 | 3500 | "ChannelName":{ |
3405 | 3501 | "shape":"__string", |
3406 | 3502 | "documentation":"<p>The name of the channel.</p>", |
|
3428 | 3524 | "shape":"__string", |
3429 | 3525 | "documentation":"<p>The Amazon Resource Name (ARN) associated with the channel.</p>" |
3430 | 3526 | }, |
| 3527 | + "Audiences":{ |
| 3528 | + "shape":"Audiences", |
| 3529 | + "documentation":"<p>The list of audiences defined in channel.</p>" |
| 3530 | + }, |
3431 | 3531 | "ChannelName":{ |
3432 | 3532 | "shape":"__string", |
3433 | 3533 | "documentation":"<p>The name of the channel.</p>" |
|
3543 | 3643 | "shape":"__listOfAdBreak", |
3544 | 3644 | "documentation":"<p>The ad break configuration settings.</p>" |
3545 | 3645 | }, |
| 3646 | + "AudienceMedia":{ |
| 3647 | + "shape":"__listOfAudienceMedia", |
| 3648 | + "documentation":"<p>The list of AudienceMedia defined in program.</p>" |
| 3649 | + }, |
3546 | 3650 | "ChannelName":{ |
3547 | 3651 | "shape":"__string", |
3548 | 3652 | "documentation":"<p>The name of the channel for this Program.</p>", |
|
3572 | 3676 | "shape":"__string", |
3573 | 3677 | "documentation":"<p>The ARN to assign to the program.</p>" |
3574 | 3678 | }, |
| 3679 | + "AudienceMedia":{ |
| 3680 | + "shape":"__listOfAudienceMedia", |
| 3681 | + "documentation":"<p>The list of AudienceMedia defined in program.</p>" |
| 3682 | + }, |
3575 | 3683 | "ChannelName":{ |
3576 | 3684 | "shape":"__string", |
3577 | 3685 | "documentation":"<p>The name to assign to the channel for this program.</p>" |
|
3839 | 3947 | "type":"list", |
3840 | 3948 | "member":{"shape":"Alert"} |
3841 | 3949 | }, |
| 3950 | + "__listOfAlternateMedia":{ |
| 3951 | + "type":"list", |
| 3952 | + "member":{"shape":"AlternateMedia"} |
| 3953 | + }, |
| 3954 | + "__listOfAudienceMedia":{ |
| 3955 | + "type":"list", |
| 3956 | + "member":{"shape":"AudienceMedia"} |
| 3957 | + }, |
3842 | 3958 | "__listOfAvailMatchingCriteria":{ |
3843 | 3959 | "type":"list", |
3844 | 3960 | "member":{"shape":"AvailMatchingCriteria"} |
|
0 commit comments