Module Values.StartMetadataModelExportToTargetMessageSource

Applies converted database objects to your target database.

Sourcetype nonrec t = {
  1. migrationProjectIdentifier : MigrationProjectIdentifier.t;
    (*

    The migration project name or Amazon Resource Name (ARN).

    *)
  2. selectionRules : String_.t;
    (*

    A value that specifies the database objects to export.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?overwriteExtensionPack:??? -> migrationProjectIdentifier:MigrationProjectIdentifier.t -> selectionRules:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanOptional.t | `String of MigrationProjectIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t