Values.StartMetadataModelAssessmentResponseSourceCreates 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 error = [ | `AccessDeniedFault of AccessDeniedFault.t| `InvalidResourceStateFault of InvalidResourceStateFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t| `S3AccessDeniedFault of S3AccessDeniedFault.t| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `S3AccessDeniedFault of S3AccessDeniedFault.t
| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `InvalidResourceStateFault of InvalidResourceStateFault.t
| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
| `ResourceAlreadyExistsFault of ResourceAlreadyExistsFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `ResourceQuotaExceededFault of ResourceQuotaExceededFault.t
| `S3AccessDeniedFault of S3AccessDeniedFault.t
| `S3ResourceNotFoundFault of S3ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]