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

VersionStatus

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

The status of the OpenSearch version options for the specified OpenSearch domain.

interface VersionStatus {
Options: string;
Status: OptionStatus;
}

§Properties

§
Options: string
[src]

The OpenSearch version for the specified OpenSearch domain.

§

The status of the OpenSearch version options for the specified OpenSearch domain.