package aws-ec2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Linux_UNIX
  2. | Red_Hat_Enterprise_Linux
  3. | SUSE_Linux
  4. | Windows
  5. | Windows_with_SQL_Server
  6. | Windows_with_SQL_Server_Enterprise
  7. | Windows_with_SQL_Server_Standard
  8. | Windows_with_SQL_Server_Web
  9. | Linux_with_SQL_Server_Standard
  10. | Linux_with_SQL_Server_Web
  11. | Linux_with_SQL_Server_Enterprise
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