Module Values.JobStatusSource

Sourcetype nonrec t =
  1. | SUBMITTED
  2. | QUEUED
  3. | IN_PROGRESS
  4. | COMPLETED_WITH_ERRORS
  5. | COMPLETED
  6. | FAILED
  7. | CANCEL_SUBMITTED
  8. | CANCEL_IN_PROGRESS
  9. | CANCEL_COMPLETED
  10. | CANCEL_FAILED
  11. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t