Values.LifecyclePolicyIdentifierSourceThe unique identifiers of policy types and policy names.
type nonrec t = {type_ : LifecyclePolicyType.t;The type of lifecycle policy.
*)name : PolicyName.t;The name of the lifecycle policy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PolicyName.t ]) list ]