Module Values.UpdateArchiveRuleRequestSource

Updates the specified archive rule.

Sourcetype nonrec t = {
  1. analyzerName : Name.t;
    (*

    The name of the analyzer to update the archive rules for.

    *)
  2. ruleName : Name.t;
    (*

    The name of the rule to update.

    *)
  3. filter : FilterCriteriaMap.t;
    (*

    A filter to match for the rules to update. Only rules that match the filter are updated.

    *)
  4. clientToken : String_.t option;
    (*

    A client token.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> analyzerName:Name.t -> ruleName:Name.t -> filter:FilterCriteriaMap.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `String of String_.t ] list ]) list ]) list | `String of Name.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