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

ListChannelsRequest

import type { ListChannelsRequest } from "https://aws-api.deno.dev/v0.3/services/ivs.ts?docs=full";
interface ListChannelsRequest {
filterByName?: string | null;
filterByRecordingConfigurationArn?: string | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
filterByName?: string | null
[src]

Filters the channel list to match the specified name.

§
filterByRecordingConfigurationArn?: string | null
[src]

Filters the channel list to match the specified recording-configuration ARN.

§
maxResults?: number | null
[src]

Maximum number of channels to return. Default: 50.

§
nextToken?: string | null
[src]

The first channel to retrieve. This is used for pagination; see the nextToken response field.