Module Values.UpdateRuleSetRequestSource

Update attributes of an already provisioned rule set.

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

    The identifier of a rule set you want to update.

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

    A user-friendly name for the rule set resource.

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

    A new set of rules to replace the current rules of the rule set—these rules will override all the rules of the rule set.

    *)
}
Sourceval context_ : string
Sourceval make : ?ruleSetName:??? -> ?rules:??? -> ruleSetId:RuleSetId.t -> unit -> 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 ]) 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