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

DescribeReplicationInstanceTaskLogsResponse

import type { DescribeReplicationInstanceTaskLogsResponse } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface DescribeReplicationInstanceTaskLogsResponse {
Marker?: string | null;
ReplicationInstanceArn?: string | null;
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[] | 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.

§
ReplicationInstanceArn?: string | null
[src]

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

§
ReplicationInstanceTaskLogs?: ReplicationInstanceTaskLog[] | null
[src]

An array of replication task log metadata. Each member of the array contains the replication task name, ARN, and task log size (in bytes).