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

DeleteObjectOutput

import type { DeleteObjectOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface DeleteObjectOutput {
DeleteMarker?: boolean | null;
RequestCharged?: RequestCharged | null;
VersionId?: string | null;
}

§Properties

§
DeleteMarker?: boolean | null
[src]

Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.

§
RequestCharged?: RequestCharged | null
[src]
§
VersionId?: string | null
[src]

Returns the version ID of the delete marker created as a result of the DELETE operation.