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

Tape

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

Describes a virtual tape object.

interface Tape {
KMSKey?: string | null;
PoolEntryDate?: Date | number | null;
PoolId?: string | null;
Progress?: number | null;
RetentionStartDate?: Date | number | null;
TapeARN?: string | null;
TapeBarcode?: string | null;
TapeCreatedDate?: Date | number | null;
TapeSizeInBytes?: number | null;
TapeStatus?: string | null;
TapeUsedInBytes?: number | null;
VTLDevice?: string | null;
Worm?: boolean | null;
}

§Properties

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

The date that the tape enters a custom tape pool.

§
PoolId?: string | null
[src]

The ID of the pool that contains tapes that will be archived. The tapes in this pool are 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.

§
Progress?: number | null
[src]

For archiving virtual tapes, indicates how much data remains to be uploaded before archiving is complete.

Range: 0 (not started) to 100 (complete).

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

The date that the tape is first archived with tape retention lock enabled.

§
TapeARN?: string | null
[src]

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

§
TapeBarcode?: string | null
[src]

The barcode that identifies a specific virtual tape.

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

The date the virtual tape was created.

§
TapeSizeInBytes?: number | null
[src]

The size, in bytes, of the virtual tape capacity.

§
TapeStatus?: string | null
[src]

The current state of the virtual tape.

§
TapeUsedInBytes?: number | null
[src]

The size, in bytes, of data stored on the virtual tape.

Note: This value is not available for tapes created prior to May 13, 2015.

§
VTLDevice?: string | null
[src]

The virtual tape library (VTL) device that the virtual tape is associated with.

§
Worm?: boolean | null
[src]

If the tape is archived as write-once-read-many (WORM), this value is true.