Values.UpdateLifecyclePolicyRequestSourceUpdates an OpenSearch Serverless access policy. For more information, see Updating data lifecycle policies.
type nonrec t = {type_ : LifecyclePolicyType.t;The type of lifecycle policy.
*)name : PolicyName.t;The name of the policy.
*)policyVersion : PolicyVersion.t;The version of the policy being updated.
*)description : PolicyDescription.t option;A description of the lifecycle policy.
*)policy : PolicyDocument.t option;The JSON policy document to use as the content for the lifecycle policy.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request.
*)}val make :
?description:??? ->
?policy:??? ->
?clientToken:??? ->
type_:LifecyclePolicyType.t ->
name:PolicyName.t ->
policyVersion:PolicyVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PolicyName.t ]) list ]