Values.UpdateQueueLimitAssociationRequestSourceUpdates the status of the queue. If you set the status to one of the STOP_LIMIT_USAGE* values, there will be a delay before the status transitions to the STOPPED state.
type nonrec t = {farmId : FarmId.t;The unique identifier of the farm that contains the associated queues and limits.
*)queueId : QueueId.t;The unique identifier of the queue associated to the limit.
*)limitId : LimitId.t;The unique identifier of the limit associated to the queue.
*)status : UpdateQueueLimitAssociationStatus.t;Sets the status of the limit. You can mark the limit active, or you can stop usage of the limit and either complete existing tasks or cancel any existing tasks immediately.
*)}