Module Values_1.OpsItemStatusSource

Sourcetype nonrec t =
  1. | Open
  2. | InProgress
  3. | Resolved
  4. | Pending
  5. | TimedOut
  6. | Cancelling
  7. | Cancelled
  8. | Failed
  9. | CompletedWithSuccess
  10. | CompletedWithFailure
  11. | Scheduled
  12. | RunbookInProgress
  13. | PendingChangeCalendarOverride
  14. | ChangeCalendarOverrideApproved
  15. | ChangeCalendarOverrideRejected
  16. | PendingApproval
  17. | Approved
  18. | Revoked
  19. | Rejected
  20. | Closed
  21. | 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