Returns table statistics on the database migration task, including table name, rows inserted, rows updated, and rows deleted.
Note that the "last updated" column the DMS console only indicates the time that DMS last updated the table statistics record for a table. It does not indicate the time of the last update to the table.
post/#X-Amz-Target=AmazonDMSv20160101.DescribeTableStatistics
Query parameters
MaxRecordsstring
Pagination limit
Markerstring
Pagination token
Headers
X-Amz-Target'AmazonDMSv20160101.DescribeTableStatistics' required
Request body
Response
Success
Example response
{
"Marker": "",
"ReplicationTaskArn": "",
"TableStatistics": []
}