Module Values.SubscriptionGrantStatusSource

Sourcetype nonrec t =
  1. | GRANT_PENDING
  2. | REVOKE_PENDING
  3. | GRANT_IN_PROGRESS
  4. | REVOKE_IN_PROGRESS
  5. | GRANTED
  6. | REVOKED
  7. | GRANT_FAILED
  8. | REVOKE_FAILED
  9. | 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