Values.BatchLoadTaskDescriptionSourceDetails about a batch load task.
type nonrec t = {taskId : BatchLoadTaskId.t option;The ID of the batch load task.
*)errorMessage : StringValue2048.t option;dataSourceConfiguration : DataSourceConfiguration.t option;Configuration details about the data source for a batch load task.
*)progressReport : BatchLoadProgressReport.t option;reportConfiguration : ReportConfiguration.t option;Report configuration for a batch load task. This contains details about where error reports are stored.
*)dataModelConfiguration : DataModelConfiguration.t option;Data model configuration for a batch load task. This contains details about where a data model for a batch load task is stored.
*)targetDatabaseName : ResourceName.t option;targetTableName : ResourceName.t option;taskStatus : BatchLoadStatus.t option;Status of the batch load task.
*)recordVersion : RecordVersion.t option;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 make :
?taskId:??? ->
?errorMessage:??? ->
?dataSourceConfiguration:??? ->
?progressReport:??? ->
?reportConfiguration:??? ->
?dataModelConfiguration:??? ->
?targetDatabaseName:??? ->
?targetTableName:??? ->
?taskStatus:??? ->
?recordVersion:??? ->
?creationTime:??? ->
?lastUpdatedTime:??? ->
?resumableUntil:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of RecordVersion.t
| `String of BatchLoadTaskId.t
| `Structure of
(string
* [> `Enum of string
| `Long of Long.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SchemaName.t ])
list ]
list
| `String of SchemaName.t ])
list ]
list
| `String of S3BucketName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SchemaName.t ])
list ]
list
| `String of SchemaName.t ])
list ])
list ])
list
| `Timestamp of Date.t ])
list ]