Module Values_0.FleetMetricUnitSource

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