Values_1.DisassociateRoutingProfileQueuesRequestSourceDisassociates a set of queues from a routing profile. Up to 10 queue references can be disassociated in a single API call. More than 10 queue references results in a single call results in an InvalidParameterException.
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.
*)routingProfileId : Values_0.RoutingProfileId.t;The identifier of the routing profile.
*)queueReferences : RoutingProfileQueueReferenceList.t option;The queues to disassociate from this routing profile.
*)manualAssignmentQueueReferences : RoutingProfileQueueReferenceList.t option;The manual assignment queues to disassociate with this routing profile.
*)}val make :
?queueReferences:??? ->
?manualAssignmentQueueReferences:??? ->
instanceId:Values_0.InstanceId.t ->
routingProfileId:Values_0.RoutingProfileId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.InstanceId.t ])
list ]