Values_1.GetDefaultPatchBaselineResultSourceRetrieves the default patch baseline. Amazon Web Services Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system. If you don't specify an operating system value, the default patch baseline for Windows is returned.
type nonrec t = {baselineId : Values_0.BaselineId.t option;The ID of the default patch baseline.
*)operatingSystem : Values_0.OperatingSystem.t option;The operating system for the returned patch baseline.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.BaselineId.t ]) list ]