Values_6.DescribeIamInstanceProfileAssociationsRequestSourceDescribes your IAM instance profile associations.
type nonrec t = {associationIds : Values_3.AssociationIdList.t option;The IAM instance profile associations.
*)filters : Values_3.FilterList.t option;The filters. instance-id - The ID of the instance. state - The state of the association (associating | associated | disassociating).
*)maxResults : Values_3.DescribeIamInstanceProfileAssociationsMaxResults.t option;The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
*)nextToken : Values_3.NextToken.t option;The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of
Values_3.DescribeIamInstanceProfileAssociationsMaxResults.t
| `List of
[> `String of Values_2.IamInstanceProfileAssociationId.t
| `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.String_.t ])
list ]
list
| `String of Values_3.NextToken.t ])
list ]