Module Values.ApplicationStatusSource
Sourcetype nonrec t = | DELETING| STARTING| STOPPING| READY| RUNNING| UPDATING| AUTOSCALING| FORCE_STOPPING| ROLLING_BACK| MAINTENANCE| ROLLED_BACK| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]