Module Values.LifecyclePolicyPreviewSummarySource

The summary of the lifecycle policy preview request.

Sourcetype nonrec t = {
  1. expiringImageTotalCount : ImageCount.t option;
    (*

    The number of expiring images.

    *)
  2. transitioningImageTotalCounts : TransitioningImageTotalCounts.t option;
    (*

    The total count of images that will be transitioned to each storage class. This field is only present if at least one image will be transitoned in the summary.

    *)
}
Sourceval make : ?expiringImageTotalCount:??? -> ?transitioningImageTotalCounts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ImageCount.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of ImageCount.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t