Module Types.UpdateActionStatus
type t=|Not_applied|Waiting_to_start|In_progress|Stopping|Stopped|Complete|Scheduling|Scheduled|Not_applicable
val str_to_t : (string * t) listval t_to_str : (t * string) listval to_string : t -> stringval of_string : string -> tval make : 'a -> unit -> 'aval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> Aws.Json.tval of_json : Aws.Json.t -> t