Values.DescribeConformancePackStatusRequestSourceProvides one or more conformance packs deployment status. If there are no conformance packs then you will see an empty result.
type nonrec t = {conformancePackNames : ConformancePackNamesList.t option;Comma-separated list of conformance pack names.
*)limit : PageSizeLimit.t option;The maximum number of conformance packs status 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 ]