Values.LifecyclePolicyDetailSourceDetails about an OpenSearch Serverless 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.
*)policy : Document.t option;The JSON policy document without any whitespaces.
*)createdDate : Long.t option;The date the lifecycle policy was created.
*)lastModifiedDate : Long.t option;The timestamp of 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
| `Structure of 'a list ])
list ]