Values.GetLineageNodeOutputSourceGets the data lineage node.
type nonrec t = {domainId : DomainId.t option;The ID of the domain where you're getting the data lineage node.
*)name : String_.t option;The name of the data lineage node.
*)description : String_.t option;The description of the data lineage node.
*)createdAt : CreatedAt.t option;The timestamp at which the data lineage node was created.
*)createdBy : CreatedBy.t option;The user who created the data lineage node.
*)updatedAt : UpdatedAt.t option;The timestamp at which the data lineage node was updated.
*)updatedBy : UpdatedBy.t option;The user who updated the data lineage node.
*)id : LineageNodeId.t option;The ID of the data lineage node.
*)typeName : String_.t option;The name of the type of the specified data lineage node.
*)typeRevision : Revision.t option;The revision type of the specified data lineage node.
*)sourceIdentifier : String_.t option;The source identifier of the data lineage node.
*)eventTimestamp : Timestamp.t option;The timestamp of the event described in the data lineage node.
*)formsOutput : FormOutputList.t option;The metadata of the specified data lineage node.
*)upstreamNodes : LineageNodeReferenceList.t option;The upstream nodes of the specified data lineage node.
*)downstreamNodes : LineageNodeReferenceList.t option;The downsteam nodes of the specified data lineage node.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?domainId:??? ->
?name:??? ->
?description:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?id:??? ->
?typeName:??? ->
?typeRevision:??? ->
?sourceIdentifier:??? ->
?eventTimestamp:??? ->
?formsOutput:??? ->
?upstreamNodes:??? ->
?downstreamNodes:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of FormName.t | `Timestamp of Timestamp.t ])
list ]
list
| `String of DomainId.t
| `Timestamp of CreatedAt.t ])
list ]