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

UpgradeElasticsearchDomainRequest

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

Container for request parameters to "UpgradeElasticsearchDomain" operation.

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

§Properties

§
DomainName: string
[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
[src]

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