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

BatchDeleteTableVersionRequest

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

§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.

§
VersionIds: string[]
[src]

A list of the IDs of versions to be deleted. A VersionId is a string representation of an integer. Each version is incremented by 1.