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