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

ImportInstanceVolumeDetailItem

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

Describes an import volume task.

interface ImportInstanceVolumeDetailItem {
AvailabilityZone?: string | null;
BytesConverted?: number | null;
Description?: string | null;
Image?: DiskImageDescription | null;
Status?: string | null;
StatusMessage?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone where the resulting instance will reside.

§
BytesConverted?: number | null
[src]

The number of bytes converted so far.

§
Description?: string | null
[src]

A description of the task.

§

The image.

§
Status?: string | null
[src]

The status of the import of this particular disk image.

§
StatusMessage?: string | null
[src]

The status information or errors related to the disk image.

§

The volume.