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

ListPrefetchSchedulesResponse

import type { ListPrefetchSchedulesResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface ListPrefetchSchedulesResponse {
Items?: PrefetchSchedule[] | null;
NextToken?: string | null;
}

§Properties

§
Items?: PrefetchSchedule[] | null
[src]

Lists the prefetch schedules. An empty Items list doesn't mean there aren't more items to fetch, just that that page was empty.

§
NextToken?: string | null
[src]

The value that you will use forNextToken in the next ListPrefetchSchedulesRequest request.