Module Values.StatusSource

Sourcetype nonrec t =
  1. | CREATING
  2. | ACTIVE
  3. | DELETING
  4. | UPDATING
  5. | VPC_ENDPOINT_LIMIT_EXCEEDED
  6. | IP_ADDRESS_LIMIT_EXCEEDED
  7. | INVALID_SECURITY_GROUP_ID
  8. | INVALID_SUBNET_ID
  9. | INACCESSIBLE_ENCRYPTION_CREDS
  10. | INACCESSIBLE_SECRET_ARN
  11. | INACCESSIBLE_VPC_ENDPOINT
  12. | INCOMPATIBLE_NETWORK
  13. | MERGING
  14. | MODIFYING
  15. | SPLITTING
  16. | COPYING
  17. | STARTING
  18. | STOPPING
  19. | STOPPED
  20. | MAINTENANCE
  21. | INACCESSIBLE_ENCRYPTION_CREDENTIALS_RECOVERABLE
  22. | 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