Values.DescribeMetadataModelResponseSourceGets detailed information about the specified metadata model, including its definition and corresponding converted objects in the target database if applicable.
type nonrec t = {metadataModelName : String_.t option;The name of the metadata model.
*)metadataModelType : String_.t option;The type of the metadata model.
*)targetMetadataModels : MetadataModelReferenceList.t option;A list of counterpart metadata models in the target. This field is populated only when Origin is SOURCE and after the object has been converted by DMS Schema Conversion.
*)definition : String_.t option;The SQL text of the metadata model. This field might not be populated for some metadata models.
*)}type nonrec error = [ | `AccessDeniedFault of AccessDeniedFault.t| `ResourceNotFoundFault of ResourceNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedFault of AccessDeniedFault.t
| `ResourceNotFoundFault of ResourceNotFoundFault.t
| `Unknown_operation_error of string * string option ]