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

ListNodesInput

import type { ListNodesInput } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";
interface ListNodesInput {
MaxResults?: number | null;
MemberId?: string | null;
NetworkId: string;
NextToken?: string | null;
Status?: NodeStatus | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of nodes to list.

§
MemberId?: string | null
[src]

The unique identifier of the member who owns the nodes to list.

Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

§
NetworkId: string
[src]

The unique identifier of the network for which to list nodes.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.

§
Status?: NodeStatus | null
[src]

An optional status specifier. If provided, only nodes currently in this status are listed.