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

ListElasticsearchInstanceTypesResponse

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

Container for the parameters returned by "ListElasticsearchInstanceTypes" operation.

interface ListElasticsearchInstanceTypesResponse {
ElasticsearchInstanceTypes?: ESPartitionInstanceType[] | null;
NextToken?: string | null;
}

§Properties

§
ElasticsearchInstanceTypes?: ESPartitionInstanceType[] | null
[src]

List of instance types supported by Amazon Elasticsearch service for given "ElasticsearchVersion"

§
NextToken?: string | null
[src]

In case if there are more results available NextToken would be present, make further request to the same API with received NextToken to paginate remaining results.