Values.PostLineageEventInputSourcePosts a data lineage event.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where you want to post a data lineage event.
*)event : LineageEvent.t;The data lineage event that you want to post. Only open-lineage run event are supported as events.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
domainIdentifier:DomainId.t ->
event:LineageEvent.t ->
unit ->
tval of_header_and_body :
((string, ClientToken.t) Awso.Import.List.Assoc.t * LineageEvent.t) ->
tval to_value :
t ->
[> `Structure of
(string * [> `Blob of LineageEvent.t | `String of DomainId.t ]) list ]