Module Values_6.DescribeIamInstanceProfileAssociationsRequestSource

Describes your IAM instance profile associations.

Sourcetype nonrec t = {
  1. associationIds : Values_3.AssociationIdList.t option;
    (*

    The IAM instance profile associations.

    *)
  2. filters : Values_3.FilterList.t option;
    (*

    The filters. instance-id - The ID of the instance. state - The state of the association (associating | associated | disassociating).

    *)
  3. 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.

    *)
  4. 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.

    *)
}
Sourceval make : ?associationIds:??? -> ?filters:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
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