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

GetUpgradeStatusResponse

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

Container for the response returned by the "GetUpgradeStatus" operation.

interface GetUpgradeStatusResponse {
StepStatus?: UpgradeStatus | null;
UpgradeName?: string | null;
UpgradeStep?: UpgradeStep | null;
}

§Properties

§
StepStatus?: UpgradeStatus | null
[src]

One of four statuses an upgrade have, returned as part of the "GetUpgradeStatusResponse" object. The status can take one of the following values:

  • In Progress
  • Succeeded
  • Succeeded with Issues
  • Failed
§
UpgradeName?: string | null
[src]

A string that briefly describes the update.

§
UpgradeStep?: UpgradeStep | null
[src]

One of three steps an upgrade or upgrade eligibility check goes through:

  • PreUpgradeCheck
  • Snapshot
  • Upgrade