Module Values.DescribeActiveReceiptRuleSetResponseSource

Represents the metadata and receipt rules for the receipt rule set that is currently active.

Sourcetype describeActiveReceiptRuleSetResult = {
  1. metadata : ReceiptRuleSetMetadata.t option;
    (*

    The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

    *)
  2. rules : ReceiptRulesList.t option;
    (*

    The receipt rules that belong to the active rule set.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. describeActiveReceiptRuleSetResult : describeActiveReceiptRuleSetResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?metadata:??? -> ?rules:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `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 | `Structure of (string * [> `String of ReceiptRuleSetName.t | `Timestamp of Timestamp.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