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

TapeRecoveryPointInfo

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

Describes a recovery point.

interface TapeRecoveryPointInfo {
TapeARN?: string | null;
TapeRecoveryPointTime?: Date | number | null;
TapeSizeInBytes?: number | null;
TapeStatus?: string | null;
}

§Properties

§
TapeARN?: string | null
[src]

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

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

The time when the point-in-time view of the virtual tape was replicated for later recovery.

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

§
TapeSizeInBytes?: number | null
[src]

The size, in bytes, of the virtual tapes to recover.

§
TapeStatus?: string | null
[src]

The status of the virtual tapes.