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

ListVersionsRequest

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

Container for the parameters to the "ListVersions" operation.

Use "MaxResults" to control the maximum number of results to retrieve in a single call.

Use "NextToken" in response to retrieve more results. If the received response does not contain a NextToken, there are no more results to retrieve.

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

§Properties

§
MaxResults?: number | null
[src]

Set this value to limit the number of results returned. Value must be greater than 10 or it won't be honored.

§
NextToken?: string | null
[src]