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

ListApplicationInstancesRequest

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

§Properties

§
DeviceId?: string | null
[src]

The application instances' device ID.

§
MaxResults?: number | null
[src]

The maximum number of application instances to return in one page of results.

§
NextToken?: string | null
[src]

Specify the pagination token from a previous request to retrieve the next page of results.

§
StatusFilter?: StatusFilter | null
[src]

Only include instances with a specific status.