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

CompatibleVersionsMap

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

A map from an "ElasticsearchVersion" to a list of compatible "ElasticsearchVersion" s to which the domain can be upgraded.

interface CompatibleVersionsMap {
SourceVersion?: string | null;
TargetVersions?: string[] | null;
}

§Properties

§
SourceVersion?: string | null
[src]

The current version of Elasticsearch on which a domain is.

§
TargetVersions?: string[] | null
[src]