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

InitiateVaultLockOutput

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

Contains the Amazon S3 Glacier response to your request.

interface InitiateVaultLockOutput {
lockId?: string | null;
}

§Properties

§
lockId?: string | null
[src]

The lock ID, which is used to complete the vault locking process.