Values.AccessPolicyDetailSourceDetails about an OpenSearch Serverless access policy.
type nonrec t = {type_ : AccessPolicyType.t option;The type of access policy.
*)name : PolicyName.t option;The name of the policy.
*)policyVersion : PolicyVersion.t option;The version of the policy.
*)description : PolicyDescription.t option;The description of the policy.
*)policy : Document.t option;The JSON policy document without any whitespaces.
*)createdDate : Long.t option;The date the policy was created.
*)lastModifiedDate : Long.t option;The timestamp of when the 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 ]