Module Types.IamInstanceProfileAssociationSet

type t = IamInstanceProfileAssociation.t list
val make : 'a -> unit -> 'a
val parse : Ezxmlm.nodes -> IamInstanceProfileAssociation.t list option
val to_query : IamInstanceProfileAssociation.t list -> Aws.Query.t
val to_json : IamInstanceProfileAssociation.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]
val of_json : Aws.Json.t -> IamInstanceProfileAssociation.t list