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

DescribePackagesResponse

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

Container for the response returned by the "DescribePackages" operation.

interface DescribePackagesResponse {
NextToken?: string | null;
PackageDetailsList?: PackageDetails[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
PackageDetailsList?: PackageDetails[] | null
[src]

List of PackageDetails objects.