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

UpdateChannelResponse

import type { UpdateChannelResponse } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";
interface UpdateChannelResponse {
Arn?: string | null;
ChannelName?: string | null;
ChannelState?: ChannelState | null;
CreationTime?: Date | number | null;
FillerSlate?: SlateSource | null;
LastModifiedTime?: Date | number | null;
Outputs?: ResponseOutputItem[] | null;
PlaybackMode?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Tier?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) associated with the channel.

§
ChannelName?: string | null
[src]

The name of the channel.

§
ChannelState?: ChannelState | null
[src]

Returns the state whether the channel is running or not.

§
CreationTime?: Date | number | null
[src]

The timestamp of when the channel was created.

§
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.

§
LastModifiedTime?: Date | number | null
[src]

The timestamp that indicates when the channel was last modified.

§
Outputs?: ResponseOutputItem[] | null
[src]

The channel's output properties.

§
PlaybackMode?: string | null
[src]

The type of playback mode for this channel.

LINEAR - Programs play back-to-back only once.

LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags to assign to the channel. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

§
Tier?: string | null
[src]

The tier associated with this Channel.