Values_2.UpdateRoutingProfileQueuesRequestSourceUpdates the properties associated with a set of queues for a routing profile.
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.
*)queueConfigs : Values_0.RoutingProfileQueueConfigList.t;The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
*)}val make :
instanceId:Values_0.InstanceId.t ->
routingProfileId:Values_0.RoutingProfileId.t ->
queueConfigs:Values_0.RoutingProfileQueueConfigList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of int
| `Structure of
(string * [> `Enum of string | `String of string ])
list ])
list ]
list
| `String of Values_0.InstanceId.t ])
list ]