Module Values_2.StartColumnStatisticsTaskRunResponseSource

Starts a column statistics task run, for a specified table and columns.

Sourcetype nonrec t = {
  1. columnStatisticsTaskRunId : Values_0.HashString.t option;
    (*

    The identifier for the column statistics task run.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of Values_0.AccessDeniedException.t
  2. | `ColumnStatisticsTaskRunningException of Values_1.ColumnStatisticsTaskRunningException.t
  3. | `EntityNotFoundException of Values_0.EntityNotFoundException.t
  4. | `InvalidInputException of Values_0.InvalidInputException.t
  5. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  6. | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?columnStatisticsTaskRunId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ColumnStatisticsTaskRunningException of Values_1.ColumnStatisticsTaskRunningException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of Values_0.AccessDeniedException.t | `ColumnStatisticsTaskRunningException of Values_1.ColumnStatisticsTaskRunningException.t | `EntityNotFoundException of Values_0.EntityNotFoundException.t | `InvalidInputException of Values_0.InvalidInputException.t | `OperationTimeoutException of Values_0.OperationTimeoutException.t | `ResourceNumberLimitExceededException of Values_0.ResourceNumberLimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.HashString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t