Module Types.TransitGatewayPeeringAttachmentList

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