Module Values_2.UpdateRoutingProfileConcurrencyRequestSource

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. routingProfileId : Values_0.RoutingProfileId.t;
    (*

    The identifier of the routing profile.

    *)
  3. mediaConcurrencies : Values_0.MediaConcurrencies.t;
    (*

    The channels that agents can handle in the Contact Control Panel (CCP).

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> routingProfileId:Values_0.RoutingProfileId.t -> mediaConcurrencies:Values_0.MediaConcurrencies.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t