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

ListNodesRequest

import type { ListNodesRequest } from "https://aws-api.deno.dev/v0.4/services/panorama.ts?docs=full";
interface ListNodesRequest {
Category?: NodeCategory | null;
MaxResults?: number | null;
NextToken?: string | null;
OwnerAccount?: string | null;
PackageName?: string | null;
PackageVersion?: string | null;
PatchVersion?: string | null;
}

§Properties

§
Category?: NodeCategory | null
[src]

Search for nodes by category.

§
MaxResults?: number | null
[src]

The maximum number of nodes 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.

§
OwnerAccount?: string | null
[src]

Search for nodes by the account ID of the nodes' owner.

§
PackageName?: string | null
[src]

Search for nodes by name.

§
PackageVersion?: string | null
[src]

Search for nodes by version.

§
PatchVersion?: string | null
[src]

Search for nodes by patch version.