Module Values.GetLineageNodeInputSource

Gets the data lineage node.

Sourcetype nonrec t = {
  1. domainIdentifier : DomainId.t;
    (*

    The ID of the domain in which you want to get the data lineage node.

    *)
  2. 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.

    *)
  3. eventTimestamp : Timestamp.t option;
    (*

    The event time stamp for which you want to get the data lineage node.

    *)
}
Sourceval context_ : string
Sourceval make : ?eventTimestamp:??? -> domainIdentifier:DomainId.t -> identifier:LineageNodeIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DomainId.t | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t