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).
Inspecting Task Logs
Section titled “Inspecting Task Logs”// init — bind the operation to the instanceconst taskLogs = yield* AWS.DMS.DescribeReplicationInstanceTaskLogs(instance);
// runtimeconst { ReplicationInstanceTaskLogs } = yield* taskLogs();