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

RestoreTableFromBackupOutput

import type { RestoreTableFromBackupOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface RestoreTableFromBackupOutput {
TableDescription?: TableDescription | null;
}

§Properties

§
TableDescription?: TableDescription | null
[src]

The description of the table created from an existing backup.