Module Values.GetAccessPointPolicyStatusRequestSource

This 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.

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The account ID for the account that owns the specified access point.

    *)
  2. name : AccessPointName.t;
    (*

    The name of the access point whose policy status you want to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> name:AccessPointName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t