Module Values.JobLogEventSource

Sourcetype nonrec t =
  1. | JOB_START
  2. | SERVER_SKIPPED
  3. | CLEANUP_START
  4. | CLEANUP_END
  5. | CLEANUP_FAIL
  6. | SNAPSHOT_START
  7. | SNAPSHOT_END
  8. | SNAPSHOT_FAIL
  9. | USING_PREVIOUS_SNAPSHOT
  10. | CONVERSION_START
  11. | CONVERSION_END
  12. | CONVERSION_FAIL
  13. | LAUNCH_START
  14. | LAUNCH_FAILED
  15. | JOB_CANCEL
  16. | JOB_END
  17. | 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