GetLineageNode
Source:
src/AWS/DataZone/GetLineageNode.ts
Runtime binding for datazone:GetLineageNode.
Reads a data lineage node in the bound domain. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.GetLineageNodeHttp).
Data Lineage
Section titled “Data Lineage”// init — bind the operation to the domainconst getLineageNode = yield* AWS.DataZone.GetLineageNode(domain);
// runtimeconst node = yield* getLineageNode({ identifier: nodeId });