Module Smaws_Client_DatabaseMigrationService.ReloadTables

Reloads the target database table with the source data.

You can only use this operation with a task in the RUNNING state, otherwise the service will throw an InvalidResourceStateFault exception.

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