package aws-cloudwatch

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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
val str_to_t : (string * t) list
val t_to_str : (t * string) list
val to_string : t -> string
val of_string : string -> t
val make : 'a -> unit -> 'b
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> Aws.Json.t
val of_json : Aws.Json.t -> t