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

ChannelInfo

import type { ChannelInfo } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";

A structure that encapsulates a signaling channel's metadata and properties.

interface ChannelInfo {
ChannelARN?: string | null;
ChannelName?: string | null;
ChannelStatus?: Status | null;
ChannelType?: ChannelType | null;
CreationTime?: Date | number | null;
SingleMasterConfiguration?: SingleMasterConfiguration | null;
Version?: string | null;
}

§Properties

§
ChannelARN?: string | null
[src]

The Amazon Resource Name (ARN) of the signaling channel.

§
ChannelName?: string | null
[src]

The name of the signaling channel.

§
ChannelStatus?: Status | null
[src]

Current status of the signaling channel.

§
ChannelType?: ChannelType | null
[src]

The type of the signaling channel.

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

The time at which the signaling channel was created.

§
SingleMasterConfiguration?: SingleMasterConfiguration | null
[src]

A structure that contains the configuration for the SINGLE_MASTER channel type.

§
Version?: string | null
[src]

The current version of the signaling channel.