Module Values.GetRuleSetResponseSource

Fetch attributes of a rule set.

Sourcetype nonrec t = {
  1. ruleSetId : RuleSetId.t option;
    (*

    The identifier of the rule set resource.

    *)
  2. ruleSetArn : RuleSetArn.t option;
    (*

    The Amazon Resource Name (ARN) of the rule set resource.

    *)
  3. ruleSetName : RuleSetName.t option;
    (*

    A user-friendly name for the rule set resource.

    *)
  4. createdDate : Timestamp.t option;
    (*

    The date of when then rule set was created.

    *)
  5. lastModificationDate : Timestamp.t option;
    (*

    The date of when the rule set was last modified.

    *)
  6. rules : Rules.t option;
    (*

    The rules contained in the rule set.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFoundException of ResourceNotFoundException.t
  2. | `ValidationException of ValidationException.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval make : ?ruleSetId:??? -> ?ruleSetArn:??? -> ?ruleSetName:??? -> ?createdDate:??? -> ?lastModificationDate:??? -> ?rules:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Double of Double.t | `Enum of string | `Integer of LambdaRetryTimeMinutes.t | `List of [> `Enum of string | `String of RuleStringValue.t ] list | `String of IdOrArn.t | `Structure of (string * [> `Enum of string | `String of MimeHeaderAttribute.t | `Structure of (string * [> `Enum of string | `List of [> `String of AddressListArn.t ] list | `String of AnalyzerArn.t ]) list ]) list ]) list ]) list ] list | `String of RuleName.t ]) list ] list | `String of RuleSetId.t | `Timestamp of Timestamp.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