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/opensearch.ts?docs=full";

A map from an "EngineVersion" to a list of compatible "EngineVersion" 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 OpenSearch a domain is on.

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