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

GetTableMetadataInput

import type { GetTableMetadataInput } from "https://aws-api.deno.dev/v0.3/services/athena.ts?docs=full";
interface GetTableMetadataInput {
CatalogName: string;
DatabaseName: string;
TableName: string;
}

§Properties

§
CatalogName: string
[src]

The name of the data catalog that contains the database and table metadata to return.

§
DatabaseName: string
[src]

The name of the database that contains the table metadata to return.

§
TableName: string
[src]

The name of the table for which metadata is returned.