Values_2.IngestionSourceInformation about the SPICE ingestion for a dataset.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the resource.
*)ingestionId : Values_1.IngestionId.t option;Ingestion ID.
*)ingestionStatus : Values_1.IngestionStatus.t option;Ingestion status.
*)errorInfo : ErrorInfo.t option;Error information for this ingestion.
*)rowInfo : RowInfo.t option;queueInfo : QueueInfo.t option;createdTime : Values_0.Timestamp.t option;The time that this ingestion started.
*)ingestionTimeInSeconds : Values_0.Long.t option;The time that this ingestion took, measured in seconds.
*)ingestionSizeInBytes : Values_0.Long.t option;The size of the data ingested, in bytes.
*)requestSource : IngestionRequestSource.t option;Event source for this ingestion.
*)requestType : IngestionRequestType.t option;Type of this ingestion.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of Values_0.Long.t
| `String of Values_0.Arn.t
| `Structure of
(string
* [> `Enum of string
| `Long of Values_0.Long.t
| `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]