Module Values.EntitlementDataUnitSource

Sourcetype nonrec t =
  1. | Count
  2. | None
  3. | Seconds
  4. | Microseconds
  5. | Milliseconds
  6. | Bytes
  7. | Kilobytes
  8. | Megabytes
  9. | Gigabytes
  10. | Terabytes
  11. | Bits
  12. | Kilobits
  13. | Megabits
  14. | Gigabits
  15. | Terabits
  16. | Percent
  17. | Bytes_Second
  18. | Kilobytes_Second
  19. | Megabytes_Second
  20. | Gigabytes_Second
  21. | Terabytes_Second
  22. | Bits_Second
  23. | Kilobits_Second
  24. | Megabits_Second
  25. | Gigabits_Second
  26. | Terabits_Second
  27. | Count_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