Module Smaws_Client_DatabaseMigrationService.StopReplication

For a given DMS Serverless replication configuration, DMS stops any and all ongoing DMS Serverless replications. This command doesn't deprovision the stopped replications.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceNotFoundFault of Types.resource_not_found_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.stop_replication_message -> (Types.stop_replication_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedFault of Types.access_denied_fault | `InvalidResourceStateFault of Types.invalid_resource_state_fault | `ResourceNotFoundFault of Types.resource_not_found_fault ]) Stdlib.result