Module Types.LaunchSpecsList

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