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
§
LicenseSpecifications: ImportImageLicenseConfigurationResponse[]
[src]§
SnapshotDetails: SnapshotDetail[]
[src]