Values.GetAccessPolicyRequestSourceReturns an OpenSearch Serverless access policy. For more information, see Data access control for Amazon OpenSearch Serverless.
type nonrec t = {type_ : AccessPolicyType.t;Tye type of policy. Currently, the only supported value is data.
*)name : PolicyName.t;The name of the access policy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of PolicyName.t ]) list ]