Module Values_1.RegisterDefaultPatchBaselineRequestSource

Defines the default patch baseline for the relevant operating system. To reset the Amazon Web Services-predefined patch baseline as the default, specify the full patch baseline Amazon Resource Name (ARN) as the baseline ID value. For example, for CentOS, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0574b43a65ea646ed instead of pb-0574b43a65ea646ed.

Sourcetype nonrec t = {
  1. baselineId : Values_0.BaselineId.t;
    (*

    The ID of the patch baseline that should be the default patch baseline.

    *)
}
Sourceval context_ : string
Sourceval make : baselineId:Values_0.BaselineId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.BaselineId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t