Module Values_2.UpdateRoutingProfileQueuesRequestSource

Updates the properties associated with a set of queues 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. 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.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:Values_0.InstanceId.t -> routingProfileId:Values_0.RoutingProfileId.t -> queueConfigs:Values_0.RoutingProfileQueueConfigList.t -> unit -> t
Sourceval 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 ]
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