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

ListElasticsearchVersionsRequest

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

Container for the parameters to the "ListElasticsearchVersions" 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, then there are no more results to retrieve.

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

§Properties

§
MaxResults?: number | null
[src]

Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.

§
NextToken?: string | null
[src]