Values_1.DescribeDataTableRequestSourceReturns all properties for a data table except for attributes and values. All properties from CreateDataTable are returned as well as properties for region replication, versioning, and system tables. "Describe" is a deprecated term but is allowed to maintain consistency with existing operations.
type nonrec t = {instanceId : Values_0.InstanceId.t;The unique identifier for the Amazon Connect instance.
*)dataTableId : Values_0.DataTableId.t;The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.
*)}val make :
instanceId:Values_0.InstanceId.t ->
dataTableId:Values_0.DataTableId.t ->
unit ->
t