Values_1.DescribePatchGroupsRequestSourceLists all patch groups that have been registered with patch baselines.
type nonrec t = {maxResults : Values_0.PatchBaselineMaxResults.t option;The maximum number of patch groups to return (per page).
*)filters : Values_0.PatchOrchestratorFilterList.t option;Each element in the array is a structure containing a key-value pair. Supported keys for DescribePatchGroups include the following: NAME_PREFIX Sample values: AWS- | My-. OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS
*)nextToken : Values_0.NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.PatchBaselineMaxResults.t
| `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_0.NextToken.t ])
list ]