Values_1.GetColumnStatisticsTaskRunsResponseSourceRetrieves information about all runs associated with the specified table.
type nonrec t = {columnStatisticsTaskRuns : ColumnStatisticsTaskRunsList.t option;A list of column statistics task runs.
*)nextToken : Token.t option;A continuation token, if not all task runs have yet been returned.
*)}type nonrec error = [ | `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of SampleSizePercentage.t
| `Enum of string
| `Integer of PositiveInteger.t
| `List of [> `String of Values_0.NameString.t ] list
| `String of Values_0.AccountId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `String of Token.t ])
list ]