Values.GetLineageNodeInputSourceGets the data lineage node.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain in which you want to get the data lineage node.
*)identifier : LineageNodeIdentifier.t;The ID of the data lineage node that you want to get. Both, a lineage node identifier generated by Amazon DataZone and a sourceIdentifier of the lineage node are supported. If sourceIdentifier is greater than 1800 characters, you can use lineage node identifier generated by Amazon DataZone to get the node details.
*)eventTimestamp : Timestamp.t option;The event time stamp for which you want to get the data lineage node.
*)}val make :
?eventTimestamp:??? ->
domainIdentifier:DomainId.t ->
identifier:LineageNodeIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of DomainId.t | `Timestamp of Timestamp.t ]) list ]