Module Values_0.OperatingSystemSource

Sourcetype nonrec t =
  1. | WINDOWS
  2. | AMAZON_LINUX
  3. | AMAZON_LINUX_2
  4. | AMAZON_LINUX_2022
  5. | UBUNTU
  6. | REDHAT_ENTERPRISE_LINUX
  7. | SUSE
  8. | CENTOS
  9. | ORACLE_LINUX
  10. | DEBIAN
  11. | MACOS
  12. | RASPBIAN
  13. | ROCKY_LINUX
  14. | ALMA_LINUX
  15. | AMAZON_LINUX_2023
  16. | 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