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

GetTableVersionRequest

import type { GetTableVersionRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetTableVersionRequest {
CatalogId?: string | null;
DatabaseName: string;
TableName: string;
VersionId?: string | null;
}

§Properties

§
CatalogId?: string | null
[src]

The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.

§
DatabaseName: string
[src]

The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

§
TableName: string
[src]

The name of the table. For Hive compatibility, this name is entirely lowercase.

§
VersionId?: string | null
[src]

The ID value of the table version to be retrieved. A VersionID is a string representation of an integer. Each version is incremented by 1.