Values.StartDataMigrationMessageSourceStarts the specified data migration.
type nonrec t = {dataMigrationIdentifier : String_.t;The identifier (name or ARN) of the data migration to start.
*)startType : StartReplicationMigrationTypeValue.t;Specifies the start type for the data migration. Valid values include start-replication, reload-target, and resume-processing.
*)}val make :
dataMigrationIdentifier:String_.t ->
startType:StartReplicationMigrationTypeValue.t ->
unit ->
t