Values_2.GetMaterializedViewRefreshTaskRunResponseSourceGet the associated metadata/information for a task run, given a task run ID.
type nonrec t = {materializedViewRefreshTaskRun : MaterializedViewRefreshTaskRun.t option;A MaterializedViewRefreshTaskRun object representing the details of the task run.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]