Module Values_0.DescribeInstancePatchStatesRequestSource

Retrieves the high-level patch state of one or more managed nodes.

Sourcetype nonrec t = {
  1. instanceIds : InstanceIdList.t;
    (*

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

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

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

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

    The maximum number of managed nodes to return (per page).

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