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

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]
§
BillingProducts?: string[] | null
[src]
§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]
§
BootMode?: BootModeValues | null
[src]
§
Description?: string | null
[src]
§
DryRun?: boolean | null
[src]
§
EnaSupport?: boolean | null
[src]
§
ImageLocation?: string | null
[src]
§
KernelId?: string | null
[src]
§
Name: string
[src]
§
RamdiskId?: string | null
[src]
§
RootDeviceName?: string | null
[src]
§
SriovNetSupport?: string | null
[src]
§
VirtualizationType?: string | null
[src]