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

UpgradeElasticsearchDomainResponse

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

Container for response returned by "UpgradeElasticsearchDomain" operation.

interface UpgradeElasticsearchDomainResponse {
DomainName?: string | null;
PerformCheckOnly?: boolean | null;
TargetVersion?: string | null;
}

§Properties

§
DomainName?: string | null
[src]
§
PerformCheckOnly?: boolean | null
[src]

This flag, when set to True, indicates that an Upgrade Eligibility Check needs to be performed. This will not actually perform the Upgrade.

§
TargetVersion?: string | null
[src]

The version of Elasticsearch that you intend to upgrade the domain to.