Module Values_0.DescribeInstancePatchesRequestSource

Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The ID of the managed node whose patch state information should be retrieved.

    *)
  2. filters : PatchOrchestratorFilterList.t option;
    (*

    Each element in the array is a structure containing a key-value pair. Supported keys for DescribeInstancePatchesinclude the following: Classification Sample values: Security | SecurityUpdates KBId Sample values: KB4480056 | java-1.7.0-openjdk.x86_64 Severity Sample values: Important | Medium | Low State Sample values: Installed | InstalledOther | InstalledPendingReboot For lists of all State values, see Patch compliance state values in the Amazon Web Services Systems Manager User Guide.

    *)
  3. nextToken : NextToken.t option;
    (*

    The token for the next set of items to return. (You received this token from a previous call.)

    *)
  4. maxResults : PatchComplianceMaxResults.t option;
    (*

    The maximum number of patches to return (per page).

    *)
}
Sourceval context_ : string
Sourceval make : ?filters:??? -> ?nextToken:??? -> ?maxResults:??? -> instanceId:InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of PatchComplianceMaxResults.t | `List of [> `Structure of (string * [> `List of [> `String of PatchOrchestratorFilterValue.t ] list | `String of PatchOrchestratorFilterKey.t ]) list ] list | `String of InstanceId.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