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

UploadListElement

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

A list of in-progress multipart uploads for a vault.

interface UploadListElement {
ArchiveDescription?: string | null;
CreationDate?: string | null;
MultipartUploadId?: string | null;
PartSizeInBytes?: number | null;
VaultARN?: string | null;
}

§Properties

§
ArchiveDescription?: string | null
[src]

The description of the archive that was specified in the Initiate Multipart Upload request.

§
CreationDate?: string | null
[src]

The UTC time at which the multipart upload was initiated.

§
MultipartUploadId?: string | null
[src]

The ID of a multipart upload.

§
PartSizeInBytes?: number | null
[src]

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

§
VaultARN?: string | null
[src]

The Amazon Resource Name (ARN) of the vault that contains the archive.