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

ListElasticsearchVersionsResponse

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

Container for the parameters for response received from "ListElasticsearchVersions" operation.

interface ListElasticsearchVersionsResponse {
ElasticsearchVersions?: string[] | null;
NextToken?: string | null;
}

§Properties

§
ElasticsearchVersions?: string[] | null
[src]
§
NextToken?: string | null
[src]