DescribeImagesResponseItemType

The DescribeImagesResponseItemType data type.

Operations that use this data type include:

The following table describes and shows the elements contained in DescribeImagesResponseItemType.

MemberDescriptionType
imageId Unique ID of the AMI being described. xsd:string
imageState Current state of the AMI.
  • available: the image has been successfully registered and is available for launching

  • deregistered: the image has recently been deregistered and is no longer available for launching

xsd:string
imageOwnerId AWS Access Key ID of the image owner. xsd:string
isPublic Returns true if this image has public launch permissions. Returns false if it only has implicit and explicit launch permissions. xsd:boolean
productCodes Product codes associated with this image. ec2:ProductCodeItemType[]