Values.StartMetadataModelExportToTargetMessageSourceApplies converted database objects to your 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 export.
*)overwriteExtensionPack : BooleanOptional.t option;Whether to overwrite the migration project extension pack. An extension pack is an add-on module that emulates functions present in a source database that are required when converting objects to the target database.
*)}val make :
?overwriteExtensionPack:??? ->
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `String of MigrationProjectIdentifier.t ])
list ]