package aws-ec2

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

Module Types.PrefixListStateSource

Sourcetype 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
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