Skip to content

DescribeReplicationInstanceTaskLogs

Source: src/AWS/DMS/DescribeReplicationInstanceTaskLogs.ts

Runtime binding for dms:DescribeReplicationInstanceTaskLogs.

Bind this operation to a ReplicationInstance to inspect the size of the task logs accumulated on the instance — useful for storage-pressure monitoring and deciding when to purge logs. Provide the implementation with Effect.provide(AWS.DMS.DescribeReplicationInstanceTaskLogsHttp).

// init — bind the operation to the instance
const taskLogs = yield* AWS.DMS.DescribeReplicationInstanceTaskLogs(instance);
// runtime
const { ReplicationInstanceTaskLogs } = yield* taskLogs();