Module Smaws_Client_EventBridge.ListRules

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.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalException of Types.internal_exception | `ResourceNotFoundException of Types.resource_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_rules_request -> (Types.list_rules_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalException of Types.internal_exception | `ResourceNotFoundException of Types.resource_not_found_exception ]) Stdlib.result