Values.SchemaConversionRequestSourceProvides information about a schema conversion action.
type nonrec t = {status : String_.t option;The schema conversion action status.
*)requestIdentifier : String_.t option;The identifier for the schema conversion action.
*)migrationProjectArn : String_.t option;The migration project ARN.
*)error : ErrorDetails.t option;exportSqlDetails : ExportSqlDetails.t option;progress : Progress.t option;}