Values.StartMetadataModelAssessmentMessageSourceCreates 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.
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 assess.
*)}val make :
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of MigrationProjectIdentifier.t ]) list ]