Smaws_Client_SES.DescribeReceiptRuleReturns the details of the specified receipt rule.
For information about setting up receipt rules, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `RuleDoesNotExistException of Types.rule_does_not_exist_exception
| `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_receipt_rule_request ->
(Types.describe_receipt_rule_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `RuleDoesNotExistException of Types.rule_does_not_exist_exception
| `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_receipt_rule_request ->
(Types.describe_receipt_rule_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `RuleDoesNotExistException of Types.rule_does_not_exist_exception
| `RuleSetDoesNotExistException of Types.rule_set_does_not_exist_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result