Smaws_Client_EventBridge.ListRuleNamesByTarget
Lists the rules for the specified target. You can see which of the rules in Amazon EventBridge can invoke a specific target in your account.
The maximum number of results per page for requests is 100.
val request :
Smaws_Lib.Context.t ->
Types.list_rule_names_by_target_request ->
(Types.list_rule_names_by_target_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalException of Types.internal_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result