Module Values.DeleteS3AccessPolicyRequestSource

Deletes an access policy for the specified store.

Sourcetype nonrec t = {
  1. s3AccessPointArn : S3AccessPointArn.t;
    (*

    The S3 access point ARN that has the access policy.

    *)
}
Sourceval context_ : string
Sourceval make : s3AccessPointArn:S3AccessPointArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of S3AccessPointArn.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