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

TapeArchive

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

Represents a virtual tape that is archived in the virtual tape shelf (VTS).

interface TapeArchive {
CompletionTime?: Date | number | null;
KMSKey?: string | null;
PoolEntryDate?: Date | number | null;
PoolId?: string | null;
RetentionStartDate?: Date | number | null;
RetrievedTo?: string | null;
TapeARN?: string | null;
TapeBarcode?: string | null;
TapeCreatedDate?: Date | number | null;
TapeSizeInBytes?: number | null;
TapeStatus?: string | null;
TapeUsedInBytes?: number | null;
Worm?: boolean | null;
}

§Properties

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

The time that the archiving of the virtual tape was completed.

The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

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

The time that the tape entered the custom tape pool.

The default timestamp format is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.

§
PoolId?: string | null
[src]

The ID of the pool that was used to archive the tape. The tapes in this pool are archived in the S3 storage class that is associated with the pool.

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

If the archived tape is subject to tape retention lock, the date that the archived tape started being retained.

§
RetrievedTo?: string | null
[src]

The Amazon Resource Name (ARN) of the tape gateway that the virtual tape is being retrieved to.

The virtual tape is retrieved from the virtual tape shelf (VTS).

§
TapeARN?: string | null
[src]

The Amazon Resource Name (ARN) of an archived virtual tape.

§
TapeBarcode?: string | null
[src]

The barcode that identifies the archived virtual tape.

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

The date the virtual tape was created.

§
TapeSizeInBytes?: number | null
[src]

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

§
TapeStatus?: string | null
[src]

The current state of the archived 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.

§
Worm?: boolean | null
[src]

Set to true if the archived tape is stored as write-once-read-many (WORM).