AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Moves a replication task from its current replication instance to a different target replication instance using the specified parameters. The target replication instance must be created with the same or later DMS version as the current replication instance.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to MoveReplicationTaskAsync.

Namespace: Amazon.DatabaseMigrationService
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public abstract MoveReplicationTaskResponse MoveReplicationTask(
         MoveReplicationTaskRequest request
)

Parameters

request
Type: Amazon.DatabaseMigrationService.Model.MoveReplicationTaskRequest

Container for the necessary parameters to execute the MoveReplicationTask service method.

Return Value


The response from the MoveReplicationTask service method, as returned by DatabaseMigrationService.

Exceptions

ExceptionCondition
AccessDeniedException DMS was denied access to the endpoint. Check that the role is correctly configured.
InvalidResourceStateException The resource is in a state that prevents it from being used for database migration.
KMSKeyNotAccessibleException DMS cannot access the KMS key.
ResourceNotFoundException The resource could not be found.
ResourceQuotaExceededException The quota for this resource quota has been exceeded.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also