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

ListPackagesForDomainRequest

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

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

interface ListPackagesForDomainRequest {
DomainName: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DomainName: string
[src]

The name of the domain for which you want to list associated packages.

§
MaxResults?: number | null
[src]

Limits results to a maximum number of packages.

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