Values.GetLineageEventOutputSourceDescribes the lineage event.
type nonrec t = {domainId : DomainId.t option;The ID of the domain.
*)id : LineageEventIdentifier.t option;The ID of the lineage event.
*)event : LineageEvent.t option;The lineage event details.
*)createdBy : CreatedBy.t option;The user who created the lineage event.
*)processingStatus : LineageEventProcessingStatus.t option;The progressing status of the lineage event.
*)eventTime : Timestamp.t option;The time of the lineage event.
*)createdAt : CreatedAt.t option;The timestamp of when the lineage event was created.
*)}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 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 of_header_and_body :
((string, DomainId.t) Awso.Import.List.Assoc.t * LineageEvent.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of LineageEvent.t
| `Enum of string
| `String of DomainId.t
| `Timestamp of Timestamp.t ])
list ]