Smaws_Client_EventBridge.DisableRule
val request :
Smaws_Lib.Context.t ->
disable_rule_request ->
(unit,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of concurrent_modification_exception
| `InternalException of internal_exception
| `ManagedRuleException of managed_rule_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
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.