Module Values.DeleteQueueLimitAssociationRequestSource

Removes the association between a queue and a limit. You must use the UpdateQueueLimitAssociation operation to set the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS. The status does not change immediately. Use the GetQueueLimitAssociation operation to see if the status changed to STOPPED before deleting the association.

Sourcetype nonrec t = {
  1. farmId : FarmId.t;
    (*

    The unique identifier of the farm that contains the queue and limit to disassociate.

    *)
  2. queueId : QueueId.t;
    (*

    The unique identifier of the queue to disassociate.

    *)
  3. limitId : LimitId.t;
    (*

    The unique identifier of the limit to disassociate.

    *)
}
Sourceval context_ : string
Sourceval make : farmId:FarmId.t -> queueId:QueueId.t -> limitId:LimitId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FarmId.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