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

ImportImageRequest

import type { ImportImageRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ImportImageRequest {
Architecture?: string | null;
ClientData?: ClientData | null;
ClientToken?: string | null;
Description?: string | null;
DiskContainers?: ImageDiskContainer[] | null;
DryRun?: boolean | null;
Encrypted?: boolean | null;
Hypervisor?: string | null;
KmsKeyId?: string | null;
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | null;
LicenseType?: string | null;
Platform?: string | null;
RoleName?: string | null;
TagSpecifications?: TagSpecification[] | null;
}

§Properties

§
Architecture?: string | null
[src]
§
ClientData?: ClientData | null
[src]
§
ClientToken?: string | null
[src]
§
Description?: string | null
[src]
§
DiskContainers?: ImageDiskContainer[] | null
[src]
§
DryRun?: boolean | null
[src]
§
Encrypted?: boolean | null
[src]
§
Hypervisor?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | null
[src]
§
LicenseType?: string | null
[src]
§
Platform?: string | null
[src]
§
RoleName?: string | null
[src]
§
TagSpecifications?: TagSpecification[] | null
[src]