Module Values.UnitSource

Sourcetype nonrec t =
  1. | NONE
  2. | SECONDS
  3. | MICRO_SECONDS
  4. | MILLI_SECONDS
  5. | BYTES
  6. | KILO_BYTES
  7. | MEGA_BYTES
  8. | GIGA_BYTES
  9. | TERA_BYTES
  10. | BITS
  11. | KILO_BITS
  12. | MEGA_BITS
  13. | GIGA_BITS
  14. | TERA_BITS
  15. | PERCENT
  16. | COUNT
  17. | BYTES_PER_SECOND
  18. | KILO_BYTES_PER_SECOND
  19. | MEGA_BYTES_PER_SECOND
  20. | GIGA_BYTES_PER_SECOND
  21. | TERA_BYTES_PER_SECOND
  22. | BITS_PER_SECOND
  23. | KILO_BITS_PER_SECOND
  24. | MEGA_BITS_PER_SECOND
  25. | GIGA_BITS_PER_SECOND
  26. | TERA_BITS_PER_SECOND
  27. | COUNT_PER_SECOND
  28. | 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