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