Values_0.DescribeInstancePatchStatesRequestSourceRetrieves the high-level patch state of one or more managed nodes.
type nonrec t = {instanceIds : InstanceIdList.t;The ID of the managed node for which patch state information should be retrieved.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)maxResults : PatchComplianceMaxResults.t option;The maximum number of managed nodes to return (per page).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PatchComplianceMaxResults.t
| `List of [> `String of InstanceId.t ] list
| `String of NextToken.t ])
list ]