Module Values.AwsSsmPatchComplianceDetailsSource

Provides information about the state of a patch on an instance based on the patch baseline that was used to patch the instance.

Sourcetype nonrec t = {
  1. patch : AwsSsmPatch.t option;
    (*

    Information about the status of a patch.

    *)
}
Sourceval make : ?patch:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]) list ]) 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