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

TapeInfo

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

Describes a virtual tape.

interface TapeInfo {
GatewayARN?: string | null;
PoolEntryDate?: Date | number | null;
PoolId?: string | null;
RetentionStartDate?: Date | number | null;
TapeARN?: string | null;
TapeBarcode?: string | null;
TapeSizeInBytes?: number | null;
TapeStatus?: string | null;
}

§Properties

§
GatewayARN?: string | null
[src]

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

§
PoolEntryDate?: Date | number | null
[src]

The date that the tape entered the custom tape pool with tape retention lock enabled.

§
PoolId?: string | null
[src]

The ID of the pool that you want to add your tape to for archiving. The tape in this pool is archived in the S3 storage class that is associated with the pool. When you use your backup application to eject the tape, the tape is archived directly into the storage class (S3 Glacier or S3 Glacier Deep Archive) that corresponds to the pool.

§
RetentionStartDate?: Date | number | null
[src]

The date that the tape became subject to tape retention lock.

§
TapeARN?: string | null
[src]

The Amazon Resource Name (ARN) of a virtual tape.

§
TapeBarcode?: string | null
[src]

The barcode that identifies a specific virtual tape.

§
TapeSizeInBytes?: number | null
[src]

The size, in bytes, of a virtual tape.

§
TapeStatus?: string | null
[src]

The status of the tape.