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

WriteOperation

import type { WriteOperation } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

Defines an object to add to or delete from a governed table.

interface WriteOperation {
AddObject?: AddObjectInput | null;
DeleteObject?: DeleteObjectInput | null;
}

§Properties

§
AddObject?: AddObjectInput | null
[src]

A new object to add to the governed table.

§
DeleteObject?: DeleteObjectInput | null
[src]

An object to delete from the governed table.