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

GetTableRestoreStatusRequest

import type { GetTableRestoreStatusRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface GetTableRestoreStatusRequest {
tableRestoreRequestId: string;
}

§Properties

§
tableRestoreRequestId: string
[src]

The ID of the RestoreTableFromSnapshot request to return status for.