Values.DescribeConformancePacksRequestSourceReturns a list of one or more conformance packs.
type nonrec t = {conformancePackNames : ConformancePackNamesList.t option;Comma-separated list of conformance pack names for which you want details. If you do not specify any names, Config returns details for all your conformance packs.
*)limit : PageSizeLimit.t option;The maximum number of conformance packs returned on each page.
*)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 to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSizeLimit.t
| `List of [> `String of ConformancePackName.t ] list
| `String of NextToken.t ])
list ]