Module Values.TransitionToArchiveRulesSource

Sourcetype nonrec t =
  1. | AFTER_1_DAY
  2. | AFTER_7_DAYS
  3. | AFTER_14_DAYS
  4. | AFTER_30_DAYS
  5. | AFTER_60_DAYS
  6. | AFTER_90_DAYS
  7. | AFTER_180_DAYS
  8. | AFTER_270_DAYS
  9. | AFTER_365_DAYS
  10. | 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