Values.ReorderReceiptRuleSetRequestSourceRepresents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
type nonrec t = {ruleSetName : ReceiptRuleSetName.t;The name of the receipt rule set to reorder.
*)ruleNames : ReceiptRuleNamesList.t;The specified receipt rule set's receipt rules, in order.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ReceiptRuleName.t ] list
| `String of ReceiptRuleSetName.t ])
list ]