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

DeleteMarkerEntry

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

Information about the delete marker.

interface DeleteMarkerEntry {
IsLatest?: boolean | null;
Key?: string | null;
LastModified?: Date | number | null;
Owner?: Owner | null;
VersionId?: string | null;
}

§Properties

§
IsLatest?: boolean | null
[src]

Specifies whether the object is (true) or is not (false) the latest version of an object.

§
Key?: string | null
[src]

The object key.

§
LastModified?: Date | number | null
[src]

Date and time the object was last modified.

§
Owner?: Owner | null
[src]

The account that created the delete marker.>

§
VersionId?: string | null
[src]

Version ID of an object.