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

ListTagsForVaultOutput

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

Contains the Amazon S3 Glacier response to your request.

interface ListTagsForVaultOutput {
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags attached to the vault. Each tag is composed of a key and a value.