Smaws_Client_DatabaseMigrationService.ModifyReplicationTaskModifies the specified replication task.
You can't modify the task endpoints. The task must be stopped before you can modify it.
For more information about DMS tasks, see Working with Migration Tasks in the Database Migration Service User Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidResourceStateFault of Types.invalid_resource_state_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `ResourceAlreadyExistsFault of Types.resource_already_exists_fault
| `ResourceNotFoundFault of Types.resource_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.modify_replication_task_message ->
(Types.modify_replication_task_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidResourceStateFault of Types.invalid_resource_state_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `ResourceAlreadyExistsFault of Types.resource_already_exists_fault
| `ResourceNotFoundFault of Types.resource_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.modify_replication_task_message ->
(Types.modify_replication_task_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidResourceStateFault of Types.invalid_resource_state_fault
| `KMSKeyNotAccessibleFault of Types.kms_key_not_accessible_fault
| `ResourceAlreadyExistsFault of Types.resource_already_exists_fault
| `ResourceNotFoundFault of Types.resource_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result