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

ListAppInstanceUsersResponse

import type { ListAppInstanceUsersResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";
interface ListAppInstanceUsersResponse {
AppInstanceArn?: string | null;
AppInstanceUsers?: AppInstanceUserSummary[] | null;
NextToken?: string | null;
}

§Properties

§
AppInstanceArn?: string | null
[src]

The ARN of the AppInstance.

§
AppInstanceUsers?: AppInstanceUserSummary[] | null
[src]

The information for each requested AppInstanceUser.

§
NextToken?: string | null
[src]

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