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

GetChannelScheduleRequest

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

§Properties

§
ChannelName: string
[src]

The identifier for the channel you are working on.

§
DurationMinutes?: string | null
[src]

The schedule duration in minutes. The maximum duration is 4320 minutes (three days).

§
MaxResults?: number | null
[src]

Upper bound on number of records to return. The maximum number of results is 100.

§
NextToken?: string | null
[src]

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