Module Values.BucketLifecycleConfigurationSource

Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see Object Lifecycle Management in the Amazon S3 User Guide.

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

    A lifecycle rule for individual objects in an Amazon S3 bucket.

    *)
}
Sourceval make : rules:LifecycleRules.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]) 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