Values_2.UpdateQueueStatusRequestSourceUpdates the status of the queue.
type nonrec t = {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.
*)queueId : Values_0.QueueId.t;The identifier for the queue.
*)status : Values_1.QueueStatus.t;The status of the queue.
*)}val make :
instanceId:Values_0.InstanceId.t ->
queueId:Values_0.QueueId.t ->
status:Values_1.QueueStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]