Module Values.LifecycleRulesSource

Sourcetype nonrec t = LifecycleRule.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : LifecycleRule.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `Integer of Days.t | `Timestamp of Date.t ]) list ] list | `String of ID.t | `Structure of (string * [> `Boolean of ExpiredObjectDeleteMarker.t | `Integer of Days.t | `Long of ObjectSizeGreaterThanBytes.t | `String of Prefix.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of ObjectKey.t ]) list ] list | `Long of ObjectSizeGreaterThanBytes.t | `String of ObjectKey.t ]) list | `Timestamp of Date.t ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t list -> LifecycleRule.t list
Sourceval of_json : [> Yojson.Safe.t ] -> LifecycleRule.t list
Sourceval to_json : LifecycleRule.t list -> Yojson.Safe.t