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

ListApplicationInstanceNodeInstancesResponse

import type { ListApplicationInstanceNodeInstancesResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ListApplicationInstanceNodeInstancesResponse {
NextToken?: string | null;
NodeInstances?: NodeInstance[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A pagination token that's included if more results are available.

§
NodeInstances?: NodeInstance[] | null
[src]

A list of node instances.