Values.LifecyclePolicySummarySourceA summary of the lifecycle policy.
type nonrec t = {type_ : LifecyclePolicyType.t option;The type of lifecycle policy.
*)name : PolicyName.t option;The name of the lifecycle policy.
*)policyVersion : PolicyVersion.t option;The version of the lifecycle policy.
*)description : PolicyDescription.t option;The description of the lifecycle policy.
*)createdDate : Long.t option;The Epoch time when the lifecycle policy was created.
*)lastModifiedDate : Long.t option;The date and time when the lifecycle policy was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Long of Long.t | `String of PolicyName.t ])
list ]