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

CreateChannelResponse

import type { CreateChannelResponse } from "https://aws-api.deno.dev/v0.3/services/mediatailor.ts?docs=full";
interface CreateChannelResponse {
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;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the channel.

§
ChannelName?: string | null
[src]

The name of the channel.

§
ChannelState?: ChannelState | null
[src]

Indicates whether the channel is in a running state or not.

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

The timestamp of when the channel was created.

§
FillerSlate?: SlateSource | null
[src]

Contains information about the slate used to fill gaps between programs in the schedule.

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

The timestamp of when the channel was last modified.

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

The channel's output properties.

§
PlaybackMode?: string | null
[src]

The channel's playback mode.

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

The tags assigned to the channel.