Smaws_Client_ElasticLoadBalancingv2.DescribeRulesDescribes the specified rules or the rules for the specified listener. You must specify either a listener or rules.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ListenerNotFoundException of Types.listener_not_found_exception
| `RuleNotFoundException of Types.rule_not_found_exception
| `UnsupportedProtocolException of Types.unsupported_protocol_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_rules_input ->
(Types.describe_rules_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ListenerNotFoundException of Types.listener_not_found_exception
| `RuleNotFoundException of Types.rule_not_found_exception
| `UnsupportedProtocolException of Types.unsupported_protocol_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_rules_input ->
(Types.describe_rules_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ListenerNotFoundException of Types.listener_not_found_exception
| `RuleNotFoundException of Types.rule_not_found_exception
| `UnsupportedProtocolException of Types.unsupported_protocol_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result