Module Values.ReplicationTimeValueSource

A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics EventThreshold.

Sourcetype nonrec t = {
  1. minutes : Minutes.t option;
    (*

    Contains an integer specifying time in minutes. Valid value: 15

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