Values.DescribeComplianceByConfigRuleRequestSourcetype nonrec t = {configRuleNames : ConfigRuleNames.t option;Specify one or more Config rule names to filter the results by rule.
*)complianceTypes : ComplianceTypes.t option;Filters the results by compliance.
*)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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string | `String of ConfigRuleName.t ] list
| `String of String_.t ])
list ]