Module Values_0.AssociateRoutingProfileQueuesRequestSource

Associates a set of queues with a routing profile.

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

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

    The identifier of the routing profile.

    *)
  3. queueConfigs : RoutingProfileQueueConfigList.t option;
    (*

    The queues to associate with this routing profile.

    *)
  4. manualAssignmentQueueConfigs : RoutingProfileManualAssignmentQueueConfigList.t option;
    (*

    The manual assignment queues to associate with this routing profile. Note: Use this config for chat, email, and task contacts. It does not support voice contacts.

    *)
}
Sourceval context_ : string
Sourceval make : ?queueConfigs:??? -> ?manualAssignmentQueueConfigs:??? -> instanceId:InstanceId.t -> routingProfileId:RoutingProfileId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Priority.t | `Structure of (string * [> `Enum of string | `String of QueueId.t ]) list ]) list ] list | `String of 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