Values_0.DescribeAvailablePatchesResultSourceLists all patches eligible to be included in a patch baseline. Currently, DescribeAvailablePatches supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.
type nonrec t = {patches : PatchList.t option;An array of patches. Each entry in the array is a patch structure.
*)nextToken : NextToken.t option;The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of PatchEpoch.t
| `List of [> `String of PatchAdvisoryId.t ] list
| `String of PatchId.t
| `Timestamp of DateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]