Values.GetAccessPointPolicyStatusResultSourceThis operation is not supported by directory buckets. Indicates whether the specified access point currently has a policy that allows public access. For more information about public access through access points, see Managing Data Access with Amazon S3 access points in the Amazon S3 User Guide.
type nonrec t = {policyStatus : PolicyStatus.t option;Indicates the current policy status of the specified access point.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `Boolean of IsPublic.t ]) list ])
list ]