Module Values.LifecycleConfigurationSource

Container for lifecycle rules. You can add as many as 1000 rules. For more information see, Managing your storage lifecycle in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. rules : Rules.t;
    (*

    Specifies lifecycle configuration rules for an Amazon S3 bucket.

    *)
}
Sourceval make : rules:Rules.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of ID.t | `Structure of (string * [> `Boolean of ExpiredObjectDeleteMarker.t | `Enum of string | `Integer of Days.t | `Timestamp of Date.t ]) list ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t