Module Values.ImageBuilderStateSource

Sourcetype nonrec t =
  1. | PENDING
  2. | UPDATING_AGENT
  3. | RUNNING
  4. | STOPPING
  5. | STOPPED
  6. | REBOOTING
  7. | SNAPSHOTTING
  8. | DELETING
  9. | FAILED
  10. | UPDATING
  11. | PENDING_QUALIFICATION
  12. | PENDING_SYNCING_APPS
  13. | SYNCING_APPS
  14. | PENDING_IMAGE_IMPORT
  15. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t