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

DeleteObjectInput

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

An object to delete from the governed table.

interface DeleteObjectInput {
ETag?: string | null;
PartitionValues?: string[] | null;
Uri: string;
}

§Properties

§
ETag?: string | null
[src]

The Amazon S3 ETag of the object. Returned by GetTableObjects for validation and used to identify changes to the underlying data.

§
PartitionValues?: string[] | null
[src]

A list of partition values for the object. A value must be specified for each partition key associated with the governed table.

§
Uri: string
[src]

The Amazon S3 location of the object to delete.