Smaws_Client_SES.ReorderReceiptRuleSetReorders the receipt rules within a receipt rule set.
All of the rules in the rule set must be represented in this request. That is, it is error if the reorder request doesn't explicitly position all of the rules.
For information about managing receipt rule sets, 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.reorder_receipt_rule_set_request ->
(Types.reorder_receipt_rule_set_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.reorder_receipt_rule_set_request ->
(Types.reorder_receipt_rule_set_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