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

RetrieveTapeArchiveInput

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

RetrieveTapeArchiveInput

interface RetrieveTapeArchiveInput {
GatewayARN: string;
TapeARN: string;
}

§Properties

§
GatewayARN: string
[src]

The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the "ListGateways" operation to return a list of gateways for your account and Amazon Web Services Region.

You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.

§
TapeARN: string
[src]

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