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

ListNetworksInput

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

§Properties

§
Framework?: Framework | null
[src]

An optional framework specifier. If provided, only networks of this framework type are listed.

§
MaxResults?: number | null
[src]

The maximum number of networks to list.

§
Name?: string | null
[src]

The name of the network.

§
NextToken?: string | null
[src]

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

§
Status?: NetworkStatus | null
[src]

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

Applies only to Hyperledger Fabric.