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

DeleteTapeArchiveInput

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

DeleteTapeArchiveInput

interface DeleteTapeArchiveInput {
BypassGovernanceRetention?: boolean | null;
TapeARN: string;
}

§Properties

§
BypassGovernanceRetention?: boolean | null
[src]

Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape retention lock set to compliance can't be deleted.

§
TapeARN: string
[src]

The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).