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

ArchiveCreationOutput

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

Contains the Amazon S3 Glacier response to your request.

For information about the underlying REST API, see Upload Archive. For conceptual information, see Working with Archives in Amazon S3 Glacier.

interface ArchiveCreationOutput {
archiveId?: string | null;
checksum?: string | null;
location?: string | null;
}

§Properties

§
archiveId?: string | null
[src]

The ID of the archive. This value is also included as part of the location.

§
checksum?: string | null
[src]

The checksum of the archive computed by Amazon S3 Glacier.

§
location?: string | null
[src]

The relative URI path of the newly added archive resource.