Values.LastSuccessfulReplicatedUpdateSourceContains information about the most recent successful replication update to a destination.
type nonrec t = {metadataLocation : MetadataLocation.t option;The S3 location of the metadata that was successfully replicated.
*)timestamp : SyntheticTimestamp_date_time.t option;The timestamp when the replication update completed successfully.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MetadataLocation.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]