Values.CreateArchiveRuleRequestSourceCreates an archive rule.
type nonrec t = {analyzerName : Name.t;The name of the created analyzer.
*)ruleName : Name.t;The name of the rule to create.
*)filter : FilterCriteriaMap.t;The criteria for the rule.
*)clientToken : String_.t option;A client token.
*)}val make :
?clientToken:??? ->
analyzerName:Name.t ->
ruleName:Name.t ->
filter:FilterCriteriaMap.t ->
unit ->
t