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

ListAppInstanceUsersRequest

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

§Properties

§
AppInstanceArn: string
[src]

The ARN of the AppInstance.

§
MaxResults?: number | null
[src]

The maximum number of requests that you want returned.

§
NextToken?: string | null
[src]

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