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

RestoreSnapshotFromRecycleBinResult

import type { RestoreSnapshotFromRecycleBinResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface RestoreSnapshotFromRecycleBinResult {
Description?: string | null;
Encrypted?: boolean | null;
OutpostArn?: string | null;
OwnerId?: string | null;
Progress?: string | null;
SnapshotId?: string | null;
StartTime?: Date | number | null;
State?: SnapshotState | null;
VolumeId?: string | null;
VolumeSize?: number | null;
}

§Properties

§
Description?: string | null
[src]

The description for the snapshot.

§
Encrypted?: boolean | null
[src]

Indicates whether the snapshot is encrypted.

§
OutpostArn?: string | null
[src]

The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the EBS snapshot.

§
Progress?: string | null
[src]

The progress of the snapshot, as a percentage.

§
SnapshotId?: string | null
[src]

The ID of the snapshot.

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

The time stamp when the snapshot was initiated.

§
State?: SnapshotState | null
[src]

The state of the snapshot.

§
VolumeId?: string | null
[src]

The ID of the volume that was used to create the snapshot.

§
VolumeSize?: number | null
[src]

The size of the volume, in GiB.