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

UpdateTableObjectsRequest

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

§Properties

§
CatalogId?: string | null
[src]

The catalog containing the governed table to update. Defaults to the caller’s account ID.

§
DatabaseName: string
[src]

The database containing the governed table to update.

§
TableName: string
[src]

The governed table to update.

§
TransactionId: string
[src]

The transaction at which to do the write.

§
WriteOperations: WriteOperation[]
[src]

A list of WriteOperation objects that define an object to add to or delete from the manifest for a governed table.