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

DeleteTapeInput

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

DeleteTapeInput

interface DeleteTapeInput {
BypassGovernanceRetention?: boolean | null;
GatewayARN: string;
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.

§
GatewayARN: string
[src]

The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the "ListGateways" operation to return a list of gateways for your account and Amazon Web Services Region.

§
TapeARN: string
[src]

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