Values_2.UpdateRoutingProfileConcurrencyRequestSourceUpdates the channels that agents can handle in the Contact Control Panel (CCP) 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.
*)mediaConcurrencies : Values_0.MediaConcurrencies.t;The channels that agents can handle in the Contact Control Panel (CCP).
*)}val make :
instanceId:Values_0.InstanceId.t ->
routingProfileId:Values_0.RoutingProfileId.t ->
mediaConcurrencies:Values_0.MediaConcurrencies.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `Structure of (string * [> `Enum of string ]) list ])
list ]
list
| `String of Values_0.InstanceId.t ])
list ]