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

CreateVaultOutput

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

Contains the Amazon S3 Glacier response to your request.

interface CreateVaultOutput {
location?: string | null;
}

§Properties

§
location?: string | null
[src]

The URI of the vault that was created.