RegisterImageRequest
import type { RegisterImageRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface RegisterImageRequest {
Architecture?: ArchitectureValues | null;
BillingProducts?: string[] | null;
BlockDeviceMappings?: BlockDeviceMapping[] | null;
BootMode?: BootModeValues | null;
Description?: string | null;
DryRun?: boolean | null;
EnaSupport?: boolean | null;
ImageLocation?: string | null;
KernelId?: string | null;
Name: string;
RamdiskId?: string | null;
RootDeviceName?: string | null;
SriovNetSupport?: string | null;
VirtualizationType?: string | null;
}§Properties
§
Architecture?: ArchitectureValues | null
[src]§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]§
BootMode?: BootModeValues | null
[src]