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

GetVaultLockOutput

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

Contains the Amazon S3 Glacier response to your request.

interface GetVaultLockOutput {
CreationDate?: string | null;
ExpirationDate?: string | null;
Policy?: string | null;
State?: string | null;
}

§Properties

§
CreationDate?: string | null
[src]

The UTC date and time at which the vault lock was put into the InProgress state.

§
ExpirationDate?: string | null
[src]

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

§
Policy?: string | null
[src]

The vault lock policy as a JSON string, which uses "" as an escape character.

§
State?: string | null
[src]

The state of the vault lock. InProgress or Locked.