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

ListVaultsOutput

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

Contains the Amazon S3 Glacier response to your request.

interface ListVaultsOutput {
Marker?: string | null;
VaultList?: DescribeVaultOutput[] | null;
}

§Properties

§
Marker?: string | null
[src]

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

§
VaultList?: DescribeVaultOutput[] | null
[src]

List of vaults.