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

DeleteObjectsOnCancelRequest

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

§Properties

§
CatalogId?: string | null
[src]

The Glue data catalog that contains the governed table. Defaults to the current account ID.

§
DatabaseName: string
[src]

The database that contains the governed table.

§

A list of VirtualObject structures, which indicates the Amazon S3 objects to be deleted if the transaction cancels.

§
TableName: string
[src]

The name of the governed table.

§
TransactionId: string
[src]

ID of the transaction that the writes occur in.