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

TableToReload

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

Provides the name of the schema and table to be reloaded.

interface TableToReload {
SchemaName: string;
TableName: string;
}

§Properties

§
SchemaName: string
[src]

The schema name of the table to be reloaded.

§
TableName: string
[src]

The table name of the table to be reloaded.