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

ImportImageTask

import type { ImportImageTask } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ImportImageTask {
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[];
}

§Properties

§
Architecture?: string | null
[src]
§
Description?: string | null
[src]
§
Encrypted?: boolean | null
[src]
§
Hypervisor?: string | null
[src]
§
ImageId?: string | null
[src]
§
ImportTaskId?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
LicenseType?: string | null
[src]
§
Platform?: string | null
[src]
§
Progress?: string | null
[src]
§
SnapshotDetails: SnapshotDetail[]
[src]
§
Status?: string | null
[src]
§
StatusMessage?: string | null
[src]
§
Tags: Tag[]
[src]