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

ExportTask

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

Describes an export instance task.

interface ExportTask {
Description?: string | null;
ExportTaskId?: string | null;
ExportToS3Task?: ExportToS3Task | null;
InstanceExportDetails?: InstanceExportDetails | null;
State?: ExportTaskState | null;
StatusMessage?: string | null;
Tags: Tag[];
}

§Properties

§
Description?: string | null
[src]

A description of the resource being exported.

§
ExportTaskId?: string | null
[src]

The ID of the export task.

§
ExportToS3Task?: ExportToS3Task | null
[src]

Information about the export task.

§
InstanceExportDetails?: InstanceExportDetails | null
[src]

Information about the instance to export.

§
State?: ExportTaskState | null
[src]

The state of the export task.

§
StatusMessage?: string | null
[src]

The status message related to the export task.

§
Tags: Tag[]
[src]

The tags for the export task.