Smaws_Client_EventBridge.EnableRule
val request :
Smaws_Lib.Context.t ->
enable_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
Enables the specified rule. If the rule does not exist, the operation fails.
When you enable a rule, incoming events might not immediately start matching to a newly enabled rule. Allow a short period of time for changes to take effect.