Values.DescribeReceiptRuleResponseSourceRepresents the details of a receipt rule.
type describeReceiptRuleResult = {rule : ReceiptRule.t option;A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.
*)}and t = {describeReceiptRuleResult : describeReceiptRuleResult;responseMetaData : responseMetaData;}type error = [ | `RuleDoesNotExistException of RuleDoesNotExistException.t| `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `RuleDoesNotExistException of RuleDoesNotExistException.t
| `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `RuleDoesNotExistException of RuleDoesNotExistException.t
| `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `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 ])
list ]