Module Values.LifecycleConfigurationSource

The container for the Outposts bucket lifecycle configuration.

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

    A lifecycle rule for individual objects in an Outposts bucket.

    *)
}
Sourceval make : ?rules:??? -> 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 TagKeyString.t ]) list ] list | `Long of ObjectSizeGreaterThanBytes.t | `String of TagKeyString.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