Module Values.UserUnionSource

Represents the entity that performed the action.

Sourcetype nonrec t = {
  1. userArn : UserArn.t option;
    (*

    Represents the Amazon Connect ARN of the user.

    *)
  2. customEntity : CustomEntity.t option;
    (*

    Any provided entity.

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