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

RestoreSnapshotTierResult

import type { RestoreSnapshotTierResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface RestoreSnapshotTierResult {
IsPermanentRestore?: boolean | null;
RestoreDuration?: number | null;
RestoreStartTime?: Date | number | null;
SnapshotId?: string | null;
}

§Properties

§
IsPermanentRestore?: boolean | null
[src]

Indicates whether the snapshot is permanently restored. true indicates a permanent restore. false indicates a temporary restore.

§
RestoreDuration?: number | null
[src]

For temporary restores only. The number of days for which the archived snapshot is temporarily restored.

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

The date and time when the snapshot restore process started.

§
SnapshotId?: string | null
[src]

The ID of the snapshot.