Values.DescribeMetadataModelChildrenResponseSourceGets a list of child metadata models for the specified metadata model in the database hierarchy.
type nonrec t = {marker : String_.t option;Specifies the unique pagination token that makes it possible to display the next page of metadata model children. If a marker is returned, there are more metadata model children available.
*)metadataModelChildren : MetadataModelReferenceList.t option;A list of child 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 ]