Module Values_0.AssociateQueueQuickConnectsRequestSource

Associates a set of quick connects with a queue.

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. queueId : QueueId.t;
    (*

    The identifier for the queue.

    *)
  3. quickConnectIds : QuickConnectsList.t;
    (*

    The quick connects to associate with this queue.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:InstanceId.t -> queueId:QueueId.t -> quickConnectIds:QuickConnectsList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of QuickConnectId.t ] 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