Values_2.GetTableOptimizerResponseSourceReturns the configuration of all optimizers associated with a specified table.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The Catalog ID of the table.
*)databaseName : Values_0.NameString.t option;The name of the database in the catalog in which the table resides.
*)tableName : Values_0.NameString.t option;The name of the table.
*)tableOptimizer : Values_0.TableOptimizer.t option;The optimizer associated with the specified table.
*)}type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `ThrottlingException of Values_0.ThrottlingException.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
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ThrottlingException of Values_0.ThrottlingException.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
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.CatalogIdString.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of string
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Double of float
| `Enum of string
| `Integer of int
| `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list
| `Timestamp of string ])
list ])
list ])
list ]