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

ImportVolumeTaskDetails

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

Describes an import volume task.

interface ImportVolumeTaskDetails {
AvailabilityZone?: string | null;
BytesConverted?: number | null;
Description?: string | null;
Image?: DiskImageDescription | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone where the resulting volume will reside.

§
BytesConverted?: number | null
[src]

The number of bytes converted so far.

§
Description?: string | null
[src]

The description you provided when starting the import volume task.

§

The image.

§

The volume.