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

ExportImageResult

import type { ExportImageResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ExportImageResult {
Description?: string | null;
DiskImageFormat?: DiskImageFormat | null;
ExportImageTaskId?: string | null;
ImageId?: string | null;
Progress?: string | null;
RoleName?: string | null;
S3ExportLocation?: ExportTaskS3Location | null;
Status?: string | null;
StatusMessage?: string | null;
Tags: Tag[];
}

§Properties

§
Description?: string | null
[src]

A description of the image being exported.

§
DiskImageFormat?: DiskImageFormat | null
[src]

The disk image format for the exported image.

§
ExportImageTaskId?: string | null
[src]

The ID of the export image task.

§
ImageId?: string | null
[src]

The ID of the image.

§
Progress?: string | null
[src]

The percent complete of the export image task.

§
RoleName?: string | null
[src]

The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket.

§
S3ExportLocation?: ExportTaskS3Location | null
[src]

Information about the destination Amazon S3 bucket.

§
Status?: string | null
[src]

The status of the export image task. The possible values are active, completed, deleting, and deleted.

§
StatusMessage?: string | null
[src]

The status message for the export image task.

§
Tags: Tag[]
[src]

Any tags assigned to the export image task.