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

ListTableRestoreStatusRequest

import type { ListTableRestoreStatusRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface ListTableRestoreStatusRequest {
maxResults?: number | null;
namespaceName?: string | null;
nextToken?: string | null;
workgroupName?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

§
namespaceName?: string | null
[src]

The namespace from which to list all of the statuses of RestoreTableFromSnapshot operations .

§
nextToken?: string | null
[src]

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

§
workgroupName?: string | null
[src]

The workgroup from which to list all of the statuses of RestoreTableFromSnapshot operations.