Module Types.FleetLaunchTemplateConfigList

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