Module Values.RetentionPeriodSource

Sourcetype nonrec t =
  1. | THREE_MONTHS
  2. | SIX_MONTHS
  3. | NINE_MONTHS
  4. | ONE_YEAR
  5. | EIGHTEEN_MONTHS
  6. | TWO_YEARS
  7. | THIRTY_MONTHS
  8. | THREE_YEARS
  9. | FOUR_YEARS
  10. | FIVE_YEARS
  11. | SIX_YEARS
  12. | SEVEN_YEARS
  13. | EIGHT_YEARS
  14. | NINE_YEARS
  15. | TEN_YEARS
  16. | PERMANENT
  17. | 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