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

ListPackagesForDomainResponse

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

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

interface ListPackagesForDomainResponse {
DomainPackageDetailsList?: DomainPackageDetails[] | null;
NextToken?: string | null;
}

§Properties

§
DomainPackageDetailsList?: DomainPackageDetails[] | null
[src]

List of DomainPackageDetails objects.

§
NextToken?: string | null
[src]

Pagination token to supply to the next call to get the next page of results.