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

GetUpgradeHistoryResponse

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

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

interface GetUpgradeHistoryResponse {
NextToken?: string | null;
UpgradeHistories?: UpgradeHistory[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Pagination token that needs to be supplied to the next call to get the next page of results.

§
UpgradeHistories?: UpgradeHistory[] | null
[src]

A list of "UpgradeHistory" objects corresponding to each upgrade or upgrade eligibility check performed on a domain returned as part of the "GetUpgradeHistoryResponse" object.