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

GetChannelScheduleResponse

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

§Properties

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

An array of schedule entries for the channel.

§
NextToken?: string | null
[src]

Pagination token from the GET list request. Use the token to fetch the next page of results.