Values_1.PatchBaselineIdentitySourceDefines the basic information about a patch baseline.
type nonrec t = {baselineId : Values_0.BaselineId.t option;The ID of the patch baseline.
*)baselineName : Values_0.BaselineName.t option;The name of the patch baseline.
*)operatingSystem : Values_0.OperatingSystem.t option;Defines the operating system the patch baseline applies to. The default value is WINDOWS.
*)baselineDescription : Values_0.BaselineDescription.t option;The description of the patch baseline.
*)defaultBaseline : Values_0.DefaultBaseline.t option;Indicates whether this is the default 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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.DefaultBaseline.t
| `Enum of string
| `String of Values_0.BaselineId.t ])
list ]