Module Values_0.AssociateTrafficDistributionGroupUserRequestSource

Associates an agent with a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.

Sourcetype nonrec t = {
  1. trafficDistributionGroupId : TrafficDistributionGroupIdOrArn.t;
    (*

    The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.

    *)
  2. userId : UserId.t;
    (*

    The identifier of the user account. This can be the ID or the ARN of the user.

    *)
  3. instanceId : InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
}
Sourceval context_ : string
Sourceval make : trafficDistributionGroupId:TrafficDistributionGroupIdOrArn.t -> userId:UserId.t -> instanceId:InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrafficDistributionGroupIdOrArn.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