Skip to content

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

// init — bind the operation to the domain
const getLineageNode = yield* AWS.DataZone.GetLineageNode(domain);
// runtime
const node = yield* getLineageNode({ identifier: nodeId });