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

ListElasticsearchInstanceTypesRequest

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

Container for the parameters to the "ListElasticsearchInstanceTypes" operation.

interface ListElasticsearchInstanceTypesRequest {
DomainName?: string | null;
ElasticsearchVersion: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DomainName?: string | null
[src]

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for list of available Elasticsearch instance types when modifying existing domain.

§
ElasticsearchVersion: string
[src]

Version of Elasticsearch for which list of supported elasticsearch instance types are needed.

§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.