Values.GetComplianceDetailsByConfigRuleRequestSourcetype nonrec t = {configRuleName : StringWithCharLimit64.t;The name of the Config rule for which you want compliance information.
*)complianceTypes : ComplianceTypes.t option;Filters the results by compliance. INSUFFICIENT_DATA is a valid ComplianceType that is returned when an Config rule cannot be evaluated. However, INSUFFICIENT_DATA cannot be used as a ComplianceType for filtering results.
*)limit : Limit.t option;The maximum number of evaluation results returned on each page. The default is 10. You cannot specify a number greater than 100. If you specify 0, Config uses the default.
*)nextToken : NextToken.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 make :
?complianceTypes:??? ->
?limit:??? ->
?nextToken:??? ->
configRuleName:StringWithCharLimit64.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Limit.t
| `List of [> `Enum of string ] list
| `String of StringWithCharLimit64.t ])
list ]