Values.StartMetadataModelConversionMessageSourceConverts your source database objects to a format compatible with the target database.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)selectionRules : String_.t;A value that specifies the database objects to convert.
*)}val make :
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of MigrationProjectIdentifier.t ]) list ]