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

ListMultipartUploadsOutput

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

Contains the Amazon S3 Glacier response to your request.

interface ListMultipartUploadsOutput {
Marker?: string | null;
UploadsList?: UploadListElement[] | null;
}

§Properties

§
Marker?: string | null
[src]

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

§
UploadsList?: UploadListElement[] | null
[src]

A list of in-progress multipart uploads.