Values_2.UpdateQueueNameRequestSourceUpdates the name and description of a queue. At least Name or Description must be provided.
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.
*)name : Values_0.CommonNameLength127.t option;The name of the queue.
*)description : Values_0.QueueDescription.t option;The description of the queue.
*)}val make :
?name:??? ->
?description:??? ->
instanceId:Values_0.InstanceId.t ->
queueId:Values_0.QueueId.t ->
unit ->
t