Values.DeleteLifecyclePolicyRequestSourceDeletes an OpenSearch Serverless lifecycle policy. For more information, see Deleting data lifecycle policies.
type nonrec t = {type_ : LifecyclePolicyType.t;The type of lifecycle policy.
*)name : PolicyName.t;The name of the policy to delete.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PolicyName.t ]) list ]