Module Values.ManagedTableInformationSource

Contains information about tables that are managed by S3 Tables, including replication information for replica tables.

Sourcetype nonrec t = {
  1. replicationInformation : ReplicationInformation.t option;
    (*

    If this table is a replica, contains information about the source table from which it is replicated.

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