Values.DeleteReceiptRuleRequestSourceRepresents a request to delete 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 contains the receipt rule to delete.
*)ruleName : ReceiptRuleName.t;The name of the receipt rule to delete.
*)}