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

ListNodesResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
Nodes?: Node[] | null
[src]

A list of nodes.