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