You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-mediapackagev2): This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.
* <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
700
+
*/
701
+
exportinterfaceFilterConfiguration{
702
+
/**
703
+
* @public
704
+
* <p>Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.</p>
705
+
*/
706
+
ManifestFilter?: string;
707
+
708
+
/**
709
+
* @public
710
+
* <p>Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.</p>
711
+
*/
712
+
Start?: Date;
713
+
714
+
/**
715
+
* @public
716
+
* <p>Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.</p>
717
+
*/
718
+
End?: Date;
719
+
720
+
/**
721
+
* @public
722
+
* <p>Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.</p>
* <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
748
781
*/
749
782
ProgramDateTimeIntervalSeconds?: number;
783
+
784
+
/**
785
+
* @public
786
+
* <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
* <p>Irrespective of this parameter, if any ID3Timed metadata is in the HLS input, it is passed through to the HLS output.</p>
788
827
*/
789
828
ProgramDateTimeIntervalSeconds?: number;
829
+
830
+
/**
831
+
* @public
832
+
* <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
* <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
* <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
0 commit comments