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

ListSignalingChannelsInput

import type { ListSignalingChannelsInput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface ListSignalingChannelsInput {
ChannelNameCondition?: ChannelNameCondition | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ChannelNameCondition?: ChannelNameCondition | null
[src]

Optional: Returns only the channels that satisfy a specific condition.

§
MaxResults?: number | null
[src]

The maximum number of channels to return in the response. The default is 500.

§
NextToken?: string | null
[src]

If you specify this parameter, when the result of a ListSignalingChannels operation is truncated, the call returns the NextToken in the response. To get another batch of channels, provide this token in your next request.