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

Image

import type { Image } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes an image.

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]

The architecture of the image.

§
BlockDeviceMappings: BlockDeviceMapping[]
[src]

Any block device mapping entries.

§
BootMode?: BootModeValues | null
[src]

The boot mode of the image. For more information, see Boot modes in the Amazon Elastic Compute Cloud User Guide.

§
CreationDate?: string | null
[src]

The date and time the image was created.

§
DeprecationTime?: string | null
[src]

The date and time to deprecate the AMI, in UTC, in the following format: YYYY-MM-DD_T_HH:MM:_SS_Z. If you specified a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.

§
Description?: string | null
[src]

The description of the AMI that was provided during image creation.

§
EnaSupport?: boolean | null
[src]

Specifies whether enhanced networking with ENA is enabled.

§
Hypervisor?: HypervisorType | null
[src]

The hypervisor type of the image.

§
ImageId?: string | null
[src]

The ID of the AMI.

§
ImageLocation?: string | null
[src]

The location of the AMI.

§
ImageOwnerAlias?: string | null
[src]

The Amazon Web Services account alias (for example, amazon, self) or the Amazon Web Services account ID of the AMI owner.

§
ImageType?: ImageTypeValues | null
[src]

The type of image.

§
KernelId?: string | null
[src]

The kernel associated with the image, if any. Only applicable for machine images.

§
Name?: string | null
[src]

The name of the AMI that was provided during image creation.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the image.

§
Platform?: PlatformValues | null
[src]

This value is set to windows for Windows AMIs; otherwise, it is blank.

§
PlatformDetails?: string | null
[src]

The platform details associated with the billing code of the AMI. For more information, see Understanding AMI billing in the Amazon Elastic Compute Cloud User Guide.

§
ProductCodes: ProductCode[]
[src]

Any product codes associated with the AMI.

§
Public?: boolean | null
[src]

Indicates whether the image has public launch permissions. The value is true if this image has public launch permissions or false if it has only implicit and explicit launch permissions.

§
RamdiskId?: string | null
[src]

The RAM disk associated with the image, if any. Only applicable for machine images.

§
RootDeviceName?: string | null
[src]

The device name of the root device volume (for example, /dev/sda1).

§
RootDeviceType?: DeviceType | null
[src]

The type of root device used by the AMI. The AMI can use an Amazon EBS volume or an instance store volume.

§
SriovNetSupport?: string | null
[src]

Specifies whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.

§
State?: ImageState | null
[src]

The current state of the AMI. If the state is available, the image is successfully registered and can be used to launch an instance.

§
StateReason?: StateReason | null
[src]

The reason for the state change.

§
Tags: Tag[]
[src]

Any tags assigned to the image.

§
UsageOperation?: string | null
[src]

The operation of the Amazon EC2 instance and the billing code that is associated with the AMI. usageOperation corresponds to the lineitem/Operation column on your Amazon Web Services Cost and Usage Report and in the Amazon Web Services Price List API. You can view these fields on the Instances or AMIs pages in the Amazon EC2 console, or in the responses that are returned by the DescribeImages command in the Amazon EC2 API, or the describe-images command in the CLI.

§
VirtualizationType?: VirtualizationType | null
[src]

The type of virtualization of the AMI.