Module Values.NielsenWatermarkTimezonesSource

Sourcetype nonrec t =
  1. | AMERICA_PUERTO_RICO
  2. | US_ALASKA
  3. | US_ARIZONA
  4. | US_CENTRAL
  5. | US_EASTERN
  6. | US_HAWAII
  7. | US_MOUNTAIN
  8. | US_PACIFIC
  9. | US_SAMOA
  10. | UTC
  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