Values.LifecyclePolicyPreviewResultSourceThe result of the lifecycle policy preview.
type nonrec t = {imageTags : ImageTagList.t option;The list of tags associated with this image.
*)imageDigest : ImageDigest.t option;The sha256 digest of the image manifest.
*)imagePushedAt : PushTimestamp.t option;The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.
*)action : LifecyclePolicyRuleAction.t option;The type of action to be taken.
*)appliedRulePriority : LifecyclePolicyRulePriority.t option;The priority of the applied rule.
*)storageClass : LifecyclePolicyStorageClass.t option;The storage class of the image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of LifecyclePolicyRulePriority.t
| `List of [> `String of ImageTag.t ] list
| `String of ImageDigest.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of PushTimestamp.t ])
list ]