Values.DescribeRulesInputSourceDescribes the specified rules or the rules for the specified listener. You must specify either a listener or rules.
type nonrec t = {listenerArn : ListenerArn.t option;The Amazon Resource Name (ARN) of the listener.
*)ruleArns : RuleArns.t option;The Amazon Resource Names (ARN) of the rules.
*)marker : Marker.t option;The marker for the next set of results. (You received this marker from a previous call.)
*)pageSize : PageSize.t option;The maximum number of results to return with this call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of RuleArn.t ] list
| `String of ListenerArn.t ])
list ]