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

UpdateChannelRequest

import type { UpdateChannelRequest } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface UpdateChannelRequest {
ChannelName: string;
FillerSlate?: SlateSource | null;
Outputs: RequestOutputItem[];
}

§Properties

§
ChannelName: string
[src]

The identifier for the channel you are working on.

§
FillerSlate?: SlateSource | null
[src]

The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the LINEAR PlaybackMode. MediaTailor doesn't support filler slate for channels using the LOOP PlaybackMode.

§

The channel's output properties.