Module Values.S3SetObjectAclOperationSource

Contains the configuration parameters for a PUT Object ACL operation. S3 Batch Operations passes every object to the underlying PutObjectAcl API operation. For more information about the parameters for this operation, see PutObjectAcl.

Sourcetype nonrec t = {
  1. accessControlPolicy : S3AccessControlPolicy.t option;
}
Sourceval make : ?accessControlPolicy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of NonEmptyMaxLength1024String.t ]) list ]) list ] list | `Structure of (string * [> `String of NonEmptyMaxLength1024String.t ]) list ]) list ]) list ]) 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