Sourcetype nonrec t = | RUNNING| STOPPED| CREATING| UPDATING| DELETING| STARTING| STOPPING| CREATE_FAILED| UPDATE_FAILED| START_FAILED| STOP_FAILED| DELETE_FAILED| CREATE_ROLLBACK_FAILED| DELETE_ROLLBACK_FAILED| UPDATE_ROLLBACK_FAILED| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]