Module Types.NodeGroupUpdateStatusList

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