Values.SetReceiptRulePositionRequestSourceRepresents a request to set the position of a receipt rule in 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 that contains the receipt rule to reposition.
*)ruleName : ReceiptRuleName.t;The name of the receipt rule to reposition.
*)after : ReceiptRuleName.t option;The name of the receipt rule after which to place the specified receipt rule.
*)}val make :
?after:??? ->
ruleSetName:ReceiptRuleSetName.t ->
ruleName:ReceiptRuleName.t ->
unit ->
t