Smaws_Client_EventBridge.ListRules
val request :
Smaws_Lib.Context.t ->
list_rules_request ->
(list_rules_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of internal_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Lists your Amazon EventBridge rules. You can either list all the rules or you can provide a prefix to match to the rule names.
The maximum number of results per page for requests is 100.
ListRules does not list the targets of a rule. To see the targets associated with a rule, use ListTargetsByRule.