Values.UpdateArchiveRuleRequestSourceUpdates the specified archive rule.
type nonrec t = {analyzerName : Name.t;The name of the analyzer to update the archive rules for.
*)ruleName : Name.t;The name of the rule to update.
*)filter : FilterCriteriaMap.t;A filter to match for the rules to update. Only rules that match the filter are updated.
*)clientToken : String_.t option;A client token.
*)}val make :
?clientToken:??? ->
analyzerName:Name.t ->
ruleName:Name.t ->
filter:FilterCriteriaMap.t ->
unit ->
t