package aws-ec2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Create_in_progress
  2. | Create_complete
  3. | Create_failed
  4. | Modify_in_progress
  5. | Modify_complete
  6. | Modify_failed
  7. | Restore_in_progress
  8. | Restore_complete
  9. | Restore_failed
  10. | Delete_in_progress
  11. | Delete_complete
  12. | Delete_failed
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