Module Values.DisableRuleRequestSource

Disables the specified rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression. When you disable a rule, incoming events might continue to match to the disabled rule. Allow a short period of time for changes to take effect.

Sourcetype nonrec t = {
  1. name : RuleName.t;
    (*

    The name of the rule.

    *)
  2. eventBusName : EventBusNameOrArn.t option;
    (*

    The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.

    *)
}
Sourceval context_ : string
Sourceval make : ?eventBusName:??? -> name:RuleName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RuleName.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