Module Values.DescribeReceiptRuleRequestSource

Represents a request to return the details of a receipt rule. You use receipt rules 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 that the receipt rule belongs to.

    *)
  2. ruleName : ReceiptRuleName.t;
    (*

    The name of the receipt rule.

    *)
}
Sourceval context_ : string
Sourceval make : ruleSetName:ReceiptRuleSetName.t -> ruleName:ReceiptRuleName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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