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

ListDomainsForPackageRequest

import type { ListDomainsForPackageRequest } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";

Container for the request parameters to the "ListDomainsForPackage" operation.

interface ListDomainsForPackageRequest {
MaxResults?: number | null;
NextToken?: string | null;
PackageID: string;
}

§Properties

§
MaxResults?: number | null
[src]

Limits the results to a maximum number of domains.

§
NextToken?: string | null
[src]

Used for pagination. Only necessary if a previous API call includes a non-null NextToken value. If provided, returns results for the next page.

§
PackageID: string
[src]

The package for which to list associated domains.