Module Values.StartExtensionPackAssociationMessageSource

Applies the extension pack to your target database. 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.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : migrationProjectIdentifier:MigrationProjectIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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