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

UpgradeDomainRequest

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

Container for the request parameters to "UpgradeDomain" operation.

interface UpgradeDomainRequest {
AdvancedOptions?: {
[key: string]: string | null | undefined;
}
| null;
DomainName: string;
PerformCheckOnly?: boolean | null;
TargetVersion: string;
}

§Properties

§
AdvancedOptions?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
DomainName: string
[src]
§
PerformCheckOnly?: boolean | null
[src]

When true, indicates that an upgrade eligibility check needs to be performed. Does not actually perform the upgrade.

§
TargetVersion: string
[src]

The version of OpenSearch you intend to upgrade the domain to.