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/chimesdkmessaging.ts?docs=full";
interface ListChannelsRequest {
AppInstanceArn: string;
ChimeBearer: string;
MaxResults?: number | null;
NextToken?: string | null;
Privacy?: ChannelPrivacy | null;
}

§Properties

§
AppInstanceArn: string
[src]

The ARN of the AppInstance.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user that makes the API call.

§
MaxResults?: number | null
[src]

The maximum number of channels that you want to return.

§
NextToken?: string | null
[src]

The token passed by previous API calls until all requested channels are returned.

§
Privacy?: ChannelPrivacy | null
[src]

The privacy setting. PUBLIC retrieves all the public channels. PRIVATE retrieves private channels. Only an AppInstanceAdmin can retrieve private channels.