Values.TableSummarySourceContains details about a table.
type nonrec t = {namespace : NamespaceList.t option;The name of the namespace.
*)name : TableName.t option;The name of the table.
*)type_ : TableType.t option;The type of the table.
*)tableARN : TableARN.t option;The Amazon Resource Name (ARN) of the table.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the table was created at.
*)modifiedAt : SyntheticTimestamp_date_time.t option;The date and time the table was last modified at.
*)managedByService : String_.t option;The Amazon Web Services service managing this table, if applicable. For example, a replicated table is managed by the S3 Tables replication service.
*)namespaceId : NamespaceId.t option;The unique identifier for the namespace that contains this table.
*)tableBucketId : TableBucketId.t option;The unique identifier for the table bucket that contains this table.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of NamespaceName.t ] list
| `String of TableName.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]