Module Types.InternetGatewayAttachmentList

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