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

ListNetworksRequest

import type { ListNetworksRequest } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";
interface ListNetworksRequest {
filters?: [key in NetworkFilterKeys]: string[] | null | undefined | null;
maxResults?: number | null;
startToken?: string | null;
}

§Properties

§
filters?: [key in NetworkFilterKeys]: string[] | null | undefined | null
[src]

The filters.

  • STATUS - The status (AVAILABLE | CREATED | DELETED | DEPROVISIONING | PROVISIONING).

Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

§
maxResults?: number | null
[src]

The maximum number of results to return.

§
startToken?: string | null
[src]

The token for the next page of results.