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

DeleteObjectsOutput

import type { DeleteObjectsOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface DeleteObjectsOutput {
Deleted: DeletedObject[];
Errors: Error[];
RequestCharged?: RequestCharged | null;
}

§Properties

§

Container element for a successful delete. It identifies the object that was successfully deleted.

§
Errors: Error[]
[src]

Container for a failed delete action that describes the object that Amazon S3 attempted to delete and the error it encountered.

§
RequestCharged?: RequestCharged | null
[src]