Module Values.S3BucketAclGrantConfigurationSource

A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see How to Specify an ACL.

Sourcetype nonrec t = {
  1. permission : AclPermission.t;
    (*

    The permissions being granted.

    *)
  2. grantee : AclGrantee.t;
    (*

    The grantee to whom you’re assigning access rights.

    *)
}
Sourceval context_ : string
Sourceval make : permission:AclPermission.t -> grantee:AclGrantee.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of AclCanonicalId.t ]) 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