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

GetVaultNotificationsOutput

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

Contains the Amazon S3 Glacier response to your request.

interface GetVaultNotificationsOutput {
vaultNotificationConfig?: VaultNotificationConfig | null;
}

§Properties

§
vaultNotificationConfig?: VaultNotificationConfig | null
[src]

Returns the notification configuration set on the vault.