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

ListChannelFlowsRequest

import type { ListChannelFlowsRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ListChannelFlowsRequest {
AppInstanceArn: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AppInstanceArn: string
[src]

The ARN of the app instance.

§
MaxResults?: number | null
[src]

The maximum number of channel flows that you want to return.

§
NextToken?: string | null
[src]

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