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

ListTableRestoreStatusResponse

import type { ListTableRestoreStatusResponse } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListTableRestoreStatusResponse {
nextToken?: string | null;
tableRestoreStatuses?: TableRestoreStatus[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will returns results on the next page.

§
tableRestoreStatuses?: TableRestoreStatus[] | null
[src]

The array of returned TableRestoreStatus objects.