package aws-ec2

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.CapacityReservationInstancePlatformSource

Sourcetype 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
Sourceval str_to_t : (string * t) list
Sourceval t_to_str : (t * string) list
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval make : 'a -> unit -> 'a
Sourceval parse : Ezxmlm.nodes -> t option
Sourceval to_query : t -> Aws.Query.t
Sourceval to_json : t -> Aws.Json.t
Sourceval of_json : Aws.Json.t -> t
OCaml

Innovation. Community. Security.