Values_1.DisassociateQueueQuickConnectsRequestSourceDisassociates a set of quick connects from a queue.
type nonrec t = {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.
*)queueId : Values_0.QueueId.t;The identifier for the queue.
*)quickConnectIds : Values_0.QuickConnectsList.t;The quick connects to disassociate from the queue.
*)}val make :
instanceId:Values_0.InstanceId.t ->
queueId:Values_0.QueueId.t ->
quickConnectIds:Values_0.QuickConnectsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.InstanceId.t ])
list ]