DescribeImagesResponseItemType

The DescribeImagesResponseItemType data type.

Operations that use this data type include:

The following table describes the elements contained in DescribeImagesResponseItemType.

NameDescription

imageId

Unique ID of the AMI described.

Type: xsd:string

imageState

Current state of the AMI.

If the operation returns available, the image is successfully registered and available for launching

If the operation returns deregistered, the image is deregistered and no longer available for launching

Type: xsd:string

imageOwnerId

AWS Access Key ID of the image owner.

Type: xsd:string

isPublic

Returns true if this image has public launch permissions. Returns false if it only has implicit and explicit launch permissions.

Type: xsd:boolean

productCodes

Product codes associated with this image.

Type: ec2:ProductCodeItemType[]