Module Values.StartMetadataModelAssessmentMessageSource

Creates a database migration assessment report by assessing the migration complexity for your source database. A database migration assessment report summarizes all of the schema conversion tasks. It also details the action items for database objects that can't be converted to the database engine of your target database instance.

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 assess.

    *)
}
Sourceval context_ : string
Sourceval make : migrationProjectIdentifier:MigrationProjectIdentifier.t -> selectionRules:String_.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