Image
import type { Image } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface Image {
Architecture?: ArchitectureValues | null;
BlockDeviceMappings: BlockDeviceMapping[];
BootMode?: BootModeValues | null;
CreationDate?: string | null;
DeprecationTime?: string | null;
Description?: string | null;
EnaSupport?: boolean | null;
Hypervisor?: HypervisorType | null;
ImageId?: string | null;
ImageLocation?: string | null;
ImageOwnerAlias?: string | null;
ImageType?: ImageTypeValues | null;
KernelId?: string | null;
Name?: string | null;
OwnerId?: string | null;
Platform?: PlatformValues | null;
PlatformDetails?: string | null;
ProductCodes: ProductCode[];
Public?: boolean | null;
RamdiskId?: string | null;
RootDeviceName?: string | null;
RootDeviceType?: DeviceType | null;
SriovNetSupport?: string | null;
State?: ImageState | null;
StateReason?: StateReason | null;
Tags: Tag[];
UsageOperation?: string | null;
VirtualizationType?: VirtualizationType | null;
}§Properties
§
Architecture?: ArchitectureValues | null
[src]§
BlockDeviceMappings: BlockDeviceMapping[]
[src]§
BootMode?: BootModeValues | null
[src]§
Hypervisor?: HypervisorType | null
[src]§
ImageType?: ImageTypeValues | null
[src]§
Platform?: PlatformValues | null
[src]§
ProductCodes: ProductCode[]
[src]§
RootDeviceType?: DeviceType | null
[src]§
State?: ImageState | null
[src]§
StateReason?: StateReason | null
[src]§
VirtualizationType?: VirtualizationType | null
[src]