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

ImportImageResult

import type { ImportImageResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ImportImageResult {
Architecture?: string | null;
Description?: string | null;
Encrypted?: boolean | null;
Hypervisor?: string | null;
ImageId?: string | null;
ImportTaskId?: string | null;
KmsKeyId?: string | null;
LicenseSpecifications: ImportImageLicenseConfigurationResponse[];
LicenseType?: string | null;
Platform?: string | null;
Progress?: string | null;
SnapshotDetails: SnapshotDetail[];
Status?: string | null;
StatusMessage?: string | null;
Tags: Tag[];
UsageOperation?: string | null;
}

§Properties

§
Architecture?: string | null
[src]

The architecture of the virtual machine.

§
Description?: string | null
[src]

A description of the import task.

§
Encrypted?: boolean | null
[src]

Indicates whether the AMI is encrypted.

§
Hypervisor?: string | null
[src]

The target hypervisor of the import task.

§
ImageId?: string | null
[src]

The ID of the Amazon Machine Image (AMI) created by the import task.

§
ImportTaskId?: string | null
[src]

The task ID of the import image task.

§
KmsKeyId?: string | null
[src]

The identifier for the symmetric KMS key that was used to create the encrypted AMI.

§

The ARNs of the license configurations.

§
LicenseType?: string | null
[src]

The license type of the virtual machine.

§
Platform?: string | null
[src]

The operating system of the virtual machine.

§
Progress?: string | null
[src]

The progress of the task.

§
SnapshotDetails: SnapshotDetail[]
[src]

Information about the snapshots.

§
Status?: string | null
[src]

A brief status of the task.

§
StatusMessage?: string | null
[src]

A detailed status message of the import task.

§
Tags: Tag[]
[src]

Any tags assigned to the import image task.

§
UsageOperation?: string | null
[src]

The usage operation value.