Values_0.DescribeEffectiveInstanceAssociationsRequestSourceAll associations for the managed nodes.
type nonrec t = {instanceId : InstanceId.t;The managed node ID for which you want to view all associations.
*)maxResults : EffectiveInstanceAssociationMaxResults.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 EffectiveInstanceAssociationMaxResults.t
| `String of InstanceId.t ])
list ]