Values.ManagedTableInformationSourceContains information about tables that are managed by S3 Tables, including replication information for replica tables.
type nonrec t = {replicationInformation : ReplicationInformation.t option;If this table is a replica, contains information about the source table from which it is replicated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of TableARN.t ]) list ])
list ]