Module Values.DescribeReceiptRuleResponseSource

Represents the details of a receipt rule.

Sourcetype describeReceiptRuleResult = {
  1. 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.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeReceiptRuleResult : describeReceiptRuleResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `RuleDoesNotExistException of RuleDoesNotExistException.t
  2. | `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?rule:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `RuleDoesNotExistException of RuleDoesNotExistException.t | `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `RuleDoesNotExistException of RuleDoesNotExistException.t | `RuleSetDoesNotExistException of RuleSetDoesNotExistException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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