Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeTableStatisticsResponse

import type { DescribeTableStatisticsResponse } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeTableStatisticsResponse {
Marker?: string | null;
ReplicationTaskArn?: string | null;
TableStatistics?: TableStatistics[] | null;
}

§Properties

§
Marker?: string | null
[src]

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

§
ReplicationTaskArn?: string | null
[src]

The Amazon Resource Name (ARN) of the replication task.

§
TableStatistics?: TableStatistics[] | null
[src]

The table statistics.