Module Values.WorkspaceStatusSource

Sourcetype nonrec t =
  1. | ACTIVE
  2. | CREATING
  3. | DELETING
  4. | FAILED
  5. | UPDATING
  6. | UPGRADING
  7. | DELETION_FAILED
  8. | CREATION_FAILED
  9. | UPDATE_FAILED
  10. | UPGRADE_FAILED
  11. | LICENSE_REMOVAL_FAILED
  12. | VERSION_UPDATING
  13. | VERSION_UPDATE_FAILED
  14. | 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