Module Values.InitiatorSource

Container element that identifies who initiated the multipart upload.

Sourcetype nonrec t = {
  1. iD : ID.t option;
    (*

    If the principal is an Amazon Web Services account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value. Directory buckets - If the principal is an Amazon Web Services account, it provides the Amazon Web Services account ID. If the principal is an IAM User, it provides a user ARN value.

    *)
  2. displayName : DisplayName.t option;
    (*

    This functionality is not supported for directory buckets.

    *)
}
Sourceval make : ?iD:??? -> ?displayName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ID.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