ExAws.DMS v0.1.1 ExAws.DMS View Source

Operations on AWS DMS

Link to this section Summary

Functions

Returns information about replication tasks in the current region

Link to this section Types

Link to this type

replication_task_arn() View Source
replication_task_arn() :: binary()

Link to this type

start_replication_task_type() View Source
start_replication_task_type() ::
  :start_replication | :resume_processing | :reload_target

Link to this section Functions

Link to this function

describe_replication_tasks() View Source
describe_replication_tasks() :: ExAws.Operation.JSON.t()

Returns information about replication tasks in the current region

Link to this function

start_replication_task(replication_task_arn, start_replication_task_type) View Source
start_replication_task(
  replication_task_arn :: replication_task_arn(),
  start_replication_task_type :: start_replication_task_type()
) :: ExAws.Operation.JSON.t()

Starts a replication task

Link to this function

stop_replication_task(replication_task_arn) View Source
stop_replication_task(replication_task_arn :: replication_task_arn()) ::
  ExAws.Operation.JSON.t()

Stops a replication task