Module Values_2.RoutingProfileManualAssignmentQueueConfigSummarySource

Contains summary information about a routing profile manual assignment queue.

Sourcetype nonrec t = {
  1. queueId : Values_0.QueueId.t option;
    (*

    The identifier for the queue.

    *)
  2. queueArn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the queue.

    *)
  3. queueName : QueueName.t option;
    (*

    The name of the queue.

    *)
  4. channel : Values_0.Channel.t option;
    (*

    The channels this queue supports. Valid Values: CHAT | TASK | EMAIL VOICE is not supported. The information shown below is incorrect. We're working to correct it.

    *)
}
Sourceval make : ?queueId:??? -> ?queueArn:??? -> ?queueName:??? -> ?channel:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.QueueId.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