Module Types.ScheduledUpdateGroupActions
type t= ScheduledUpdateGroupAction.t list
val make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> ScheduledUpdateGroupAction.t list optionval to_query : ScheduledUpdateGroupAction.t list -> Aws.Query.tval to_json : ScheduledUpdateGroupAction.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]val of_json : Aws.Json.t -> ScheduledUpdateGroupAction.t list