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

DescribePackagesRequest

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

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

interface DescribePackagesRequest {
Filters?: DescribePackagesFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: DescribePackagesFilter[] | null
[src]

Only returns packages that match the DescribePackagesFilterList values.

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