Module Values_1.DisassociateRoutingProfileQueuesRequestSource

Disassociates a set of queues from a routing profile. Up to 10 queue references can be disassociated in a single API call. More than 10 queue references results in a single call results in an InvalidParameterException.

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. queueReferences : RoutingProfileQueueReferenceList.t option;
    (*

    The queues to disassociate from this routing profile.

    *)
  4. manualAssignmentQueueReferences : RoutingProfileQueueReferenceList.t option;
    (*

    The manual assignment queues to disassociate with this routing profile.

    *)
}
Sourceval context_ : string
Sourceval make : ?queueReferences:??? -> ?manualAssignmentQueueReferences:??? -> instanceId:Values_0.InstanceId.t -> routingProfileId:Values_0.RoutingProfileId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of string ]) 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