Values_2.ImageAncestryEntrySourceInformation about a single AMI in the ancestry chain and its source (parent) AMI.
type nonrec t = {creationDate : Values_0.MillisecondDateTime.t option;The date and time when this AMI was created.
*)imageId : Values_0.ImageId.t option;The ID of this AMI.
*)imageOwnerAlias : Values_0.String_.t option;The owner alias (amazon | aws-backup-vault | aws-marketplace ) of this AMI, if one is assigned. Otherwise, the value is null.
*)sourceImageId : Values_0.ImageId.t option;The ID of the parent AMI.
*)sourceImageRegion : Values_0.String_.t option;The Amazon Web Services Region of the parent AMI.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ImageId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]