Values.UpdateReceiptRuleRequestSourceRepresents a request to update a receipt rule. You use receipt rules 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 that the receipt rule belongs to.
*)rule : ReceiptRule.t;A data structure that contains the updated receipt rule information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ReceiptRuleSetName.t
| `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `List of
[> `String of Recipient.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of AmazonResourceName.t ])
list ])
list ]
list
| `String of ReceiptRuleName.t ])
list ])
list ]