Values.GetConformancePackComplianceDetailsRequestSourceReturns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.
type nonrec t = {conformancePackName : ConformancePackName.t;Name of the conformance pack.
*)filters : ConformancePackEvaluationFilters.t option;A ConformancePackEvaluationFilters object.
*)limit : GetConformancePackComplianceDetailsLimit.t option;The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.
*)nextToken : NextToken.t option;The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
*)}val make :
?filters:??? ->
?limit:??? ->
?nextToken:??? ->
conformancePackName:ConformancePackName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of GetConformancePackComplianceDetailsLimit.t
| `String of ConformancePackName.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of StringWithCharLimit64.t ] list
| `String of StringWithCharLimit256.t ])
list ])
list ]