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

SnapshotDetail

import type { SnapshotDetail } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the snapshot created from the imported disk.

interface SnapshotDetail {
Description?: string | null;
DeviceName?: string | null;
DiskImageSize?: number | null;
Format?: string | null;
Progress?: string | null;
SnapshotId?: string | null;
Status?: string | null;
StatusMessage?: string | null;
Url?: string | null;
UserBucket?: UserBucketDetails | null;
}

§Properties

§
Description?: string | null
[src]

A description for the snapshot.

§
DeviceName?: string | null
[src]

The block device mapping for the snapshot.

§
DiskImageSize?: number | null
[src]

The size of the disk in the snapshot, in GiB.

§
Format?: string | null
[src]

The format of the disk image from which the snapshot is created.

§
Progress?: string | null
[src]

The percentage of progress for the task.

§
SnapshotId?: string | null
[src]

The snapshot ID of the disk being imported.

§
Status?: string | null
[src]

A brief status of the snapshot creation.

§
StatusMessage?: string | null
[src]

A detailed status message for the snapshot creation.

§
Url?: string | null
[src]

The URL used to access the disk image.

§
UserBucket?: UserBucketDetails | null
[src]

The Amazon S3 bucket for the disk image.