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

ConversionTask

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

Describes a conversion task.

interface ConversionTask {
ConversionTaskId?: string | null;
ExpirationTime?: string | null;
ImportInstance?: ImportInstanceTaskDetails | null;
ImportVolume?: ImportVolumeTaskDetails | null;
State?: ConversionTaskState | null;
StatusMessage?: string | null;
Tags: Tag[];
}

§Properties

§
ConversionTaskId?: string | null
[src]

The ID of the conversion task.

§
ExpirationTime?: string | null
[src]

The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.

§
ImportInstance?: ImportInstanceTaskDetails | null
[src]

If the task is for importing an instance, this contains information about the import instance task.

§
ImportVolume?: ImportVolumeTaskDetails | null
[src]

If the task is for importing a volume, this contains information about the import volume task.

§

The state of the conversion task.

§
StatusMessage?: string | null
[src]

The status message related to the conversion task.

§
Tags: Tag[]
[src]

Any tags assigned to the task.