Values_2.MaterializedViewRefreshTaskRunSourceThe object that shows the details of the materialized view refresh task run.
type nonrec t = {customerId : Values_0.AccountId.t option;The Amazon Web Services account ID.
*)materializedViewRefreshTaskRunId : UUIDv4.t option;The identifier of the materialized view refresh task run.
*)databaseName : Values_0.DatabaseName.t option;The database where the table resides.
*)tableName : Values_1.TableName.t option;The name of the table for which statistics is generated.
*)catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.
*)role : Values_0.Role.t option;The IAM role that the service assumes to generate statistics.
*)status : MaterializedViewRefreshState.t option;The status of the task run.
*)creationTime : Values_0.Timestamp.t option;The time that this task was created.
*)lastUpdated : Values_0.Timestamp.t option;The last point in time when this task was modified.
*)startTime : Values_0.Timestamp.t option;The start time of the task.
*)endTime : Values_0.Timestamp.t option;The end time of the task.
*)errorMessage : Values_0.DescriptionString.t option;The error message for the job.
*)dPUSeconds : Values_0.NonNegativeDouble.t option;The calculated DPU usage in seconds for all autoscaled workers.
*)refreshType : MaterializedViewRefreshType.t option;The type of the refresh task run. Either FULL or INCREMENTAL.
*)processedBytes : Values_0.ByteCount.t option;The number of bytes the refresh task run has scanned to refresh the materialized view.
*)}val make :
?customerId:??? ->
?materializedViewRefreshTaskRunId:??? ->
?databaseName:??? ->
?tableName:??? ->
?catalogId:??? ->
?role:??? ->
?status:??? ->
?creationTime:??? ->
?lastUpdated:??? ->
?startTime:??? ->
?endTime:??? ->
?errorMessage:??? ->
?dPUSeconds:??? ->
?refreshType:??? ->
?processedBytes:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.NonNegativeDouble.t
| `Enum of string
| `Long of Values_0.ByteCount.t
| `String of Values_0.AccountId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]