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

ListSignalingChannelsOutput

import type { ListSignalingChannelsOutput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface ListSignalingChannelsOutput {
ChannelInfoList?: ChannelInfo[] | null;
NextToken?: string | null;
}

§Properties

§
ChannelInfoList?: ChannelInfo[] | null
[src]

An array of ChannelInfo objects.

§
NextToken?: string | null
[src]

If the response is truncated, the call returns this element with a token. To get the next batch of streams, use this token in your next request.