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

ChannelSummary

import type { ChannelSummary } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";

Summary information about a channel.

interface ChannelSummary {
arn?: string | null;
authorized?: boolean | null;
latencyMode?: ChannelLatencyMode | null;
name?: string | null;
recordingConfigurationArn?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

Channel ARN.

§
authorized?: boolean | null
[src]

Whether the channel is private (enabled for playback authorization). Default: false.

§
latencyMode?: ChannelLatencyMode | null
[src]

Channel latency mode. Use NORMAL to broadcast and deliver live video up to Full HD. Use LOW for near-real-time interaction with viewers. Default: LOW. (Note: In the Amazon IVS console, LOW and NORMAL correspond to Ultra-low and Standard, respectively.)

§
name?: string | null
[src]

Channel name.

§
recordingConfigurationArn?: string | null
[src]

Recording-configuration ARN. A value other than an empty string indicates that recording is enabled. Default: "" (empty string, recording is disabled).

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

Array of 1-50 maps, each of the form string:string (key:value).