Values.BatchLoadTaskSourceDetails about a batch load task.
type nonrec t = {taskId : BatchLoadTaskId.t option;The ID of the batch load task.
*)taskStatus : BatchLoadStatus.t option;Status of the batch load task.
*)databaseName : ResourceName.t option;Database name for the database into which a batch load task loads data.
*)tableName : ResourceName.t option;Table name for the table into which a batch load task loads data.
*)creationTime : Date.t option;The time when the Timestream batch load task was created.
*)lastUpdatedTime : Date.t option;The time when the Timestream batch load task was last updated.
*)resumableUntil : Date.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of BatchLoadTaskId.t
| `Timestamp of Date.t ])
list ]