Values_0.DescribeInstanceAssociationsStatusRequestSourceThe status of the associations for the managed nodes.
type nonrec t = {instanceId : InstanceId.t;The managed node IDs for which you want association status information.
*)maxResults : MaxResults.t option;The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
*)nextToken : NextToken.t option;The token for the next set of items to return. (You received this token from a previous call.)
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of InstanceId.t ]) list ]