Module Values.ReorderReceiptRuleSetRequestSource

Represents 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.

Sourcetype nonrec t = {
  1. ruleSetName : ReceiptRuleSetName.t;
    (*

    The name of the receipt rule set to reorder.

    *)
  2. ruleNames : ReceiptRuleNamesList.t;
    (*

    The specified receipt rule set's receipt rules, in order.

    *)
}
Sourceval context_ : string
Sourceval make : ruleSetName:ReceiptRuleSetName.t -> ruleNames:ReceiptRuleNamesList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ReceiptRuleName.t ] list | `String of ReceiptRuleSetName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t