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

Delete

import type { Delete } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";

Container for the objects to delete.

interface Delete {
Objects: ObjectIdentifier[];
Quiet?: boolean | null;
}

§Properties

§

The objects to delete.

§
Quiet?: boolean | null
[src]

Element to enable quiet mode for the request. When you add this element, you must set its value to true.