Module Values.StartConfigRulesEvaluationRequestSource

Sourcetype nonrec t = {
  1. configRuleNames : ReevaluateConfigRuleNames.t option;
    (*

    The list of names of Config rules that you want to run evaluations for.

    *)
}
Sourceval make : ?configRuleNames:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ConfigRuleName.t ] list ]) 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