Values_2.ImageRecycleBinInfoSourceInformation about an AMI that is currently in the Recycle Bin.
type nonrec t = {imageId : Values_0.String_.t option;The ID of the AMI.
*)name : Values_0.String_.t option;The name of the AMI.
*)description : Values_0.String_.t option;The description of the AMI.
*)recycleBinEnterTime : Values_0.MillisecondDateTime.t option;The date and time when the AMI entered the Recycle Bin.
*)recycleBinExitTime : Values_0.MillisecondDateTime.t option;The date and time when the AMI is to be permanently deleted from the Recycle Bin.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]