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

ListNetworkSitesRequest

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

§Properties

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

The filters. Add filters to your request to return a more specific list of results. Use filters to match the status of the network sites.

  • 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.

§
networkArn: string
[src]

The Amazon Resource Name (ARN) of the network.

§
startToken?: string | null
[src]

The token for the next page of results.