Values.AwsS3BucketBucketLifecycleConfigurationRulesNoncurrentVersionTransitionsDetailsSourceA transition rule that describes when noncurrent objects transition to a specified storage class.
type nonrec t = {days : Integer.t option;The number of days that an object is noncurrent before Amazon S3 can perform the associated action.
*)storageClass : NonEmptyString.t option;The class of storage to change the object to after the object is noncurrent for the specified number of days.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]