Module Values.OutboundConnectionStatusCodeSource

Sourcetype nonrec t =
  1. | VALIDATING
  2. | VALIDATION_FAILED
  3. | PENDING_ACCEPTANCE
  4. | APPROVED
  5. | PROVISIONING
  6. | ACTIVE
  7. | REJECTING
  8. | REJECTED
  9. | DELETING
  10. | DELETED
  11. | 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