Values_1.DescribePatchBaselinesRequestSourceLists the patch baselines in your Amazon Web Services account.
type nonrec t = {filters : Values_0.PatchOrchestratorFilterList.t option;Each element in the array is a structure containing a key-value pair. Supported keys for DescribePatchBaselines include the following: NAME_PREFIX Sample values: AWS- | My- OWNER Sample values: AWS | Self OPERATING_SYSTEM Sample values: AMAZON_LINUX | SUSE | WINDOWS
*)maxResults : Values_0.PatchBaselineMaxResults.t option;The maximum number of patch baselines to return (per page).
*)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 ]