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

ListOrdersRequest

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

§Properties

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

The filters.

  • NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.
  • STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).

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.