Values.DescribeConfigRulesRequestSourcetype nonrec t = {configRuleNames : ConfigRuleNames.t option;The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
*)nextToken : String_.t option;The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
*)filters : DescribeConfigRulesFilters.t option;Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see Evaluation Mode in the Config Developer Guide.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ConfigRuleName.t ] list
| `String of String_.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]