Module Values_1.GetPatchBaselineRequestSource

Retrieves information about a patch baseline.

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

    The ID of the patch baseline to retrieve. To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon Resource Name (ARN) of the baseline. For example, for the baseline AWS-AmazonLinuxDefaultPatchBaseline, specify arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7 instead of pb-0e392de35e7c563b7.

    *)
}
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