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

UpgradeDomainResponse

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

Container for response returned by "UpgradeDomain" operation.

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

§Properties

§
AdvancedOptions?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
DomainName?: string | null
[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 | null
[src]

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

§
UpgradeId?: string | null
[src]