Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPrefetchSchedulesRequest

import type { ListPrefetchSchedulesRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface ListPrefetchSchedulesRequest {
MaxResults?: number | null;
NextToken?: string | null;
PlaybackConfigurationName: string;
StreamId?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of prefetch schedules that you want MediaTailor to return in response to the current request. If the playback configuration has more than MaxResults prefetch schedules, use the value of NextToken in the response to get the next page of results.

§
NextToken?: string | null
[src]

(Optional) If the playback configuration has more than MaxResults prefetch schedules, use NextToken to get the second and subsequent pages of results.

For the first ListPrefetchSchedulesRequest request, omit this value.

For the second and subsequent requests, get the value of NextToken from the previous response and specify that value for NextToken in the request.

If the previous response didn't include a NextToken element, there are no more prefetch schedules to get.

§
PlaybackConfigurationName: string
[src]

The name of the playback configuration.

§
StreamId?: string | null
[src]

An optional filtering parameter whereby MediaTailor filters the prefetch schedules to include only specific streams.