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

ListAppInstancesResponse

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

§Properties

§
AppInstances?: AppInstanceSummary[] | null
[src]

The information for each AppInstance.

§
NextToken?: string | null
[src]

The token passed by previous API requests until the maximum number of AppInstances is reached.