Values_0.AssociateTrafficDistributionGroupUserRequestSourceAssociates an agent with a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.
type nonrec t = {trafficDistributionGroupId : TrafficDistributionGroupIdOrArn.t;The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
*)userId : UserId.t;The identifier of the user account. This can be the ID or the ARN of the user.
*)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.
*)}val make :
trafficDistributionGroupId:TrafficDistributionGroupIdOrArn.t ->
userId:UserId.t ->
instanceId:InstanceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of TrafficDistributionGroupIdOrArn.t ]) list ]