Module Values_0.BatchGetTableOptimizerResponseSource

Returns the configuration for the specified table optimizers.

Sourcetype nonrec t = {
  1. tableOptimizers : BatchTableOptimizers.t option;
    (*

    A list of BatchTableOptimizer objects.

    *)
  2. failures : BatchGetTableOptimizerErrors.t option;
    (*

    A list of errors from the operation.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `EntityNotFoundException of EntityNotFoundException.t
  3. | `InternalServiceException of InternalServiceException.t
  4. | `InvalidInputException of InvalidInputException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?tableOptimizers:??? -> ?failures:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `EntityNotFoundException of EntityNotFoundException.t | `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `EntityNotFoundException of EntityNotFoundException.t | `InternalServiceException of InternalServiceException.t | `InvalidInputException of InvalidInputException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of CatalogIdString.t | `Structure of (string * [> `Enum of string | `String of NameString.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `Enum of string | `String of ArnString.t | `Structure of (string * [> `String of GlueConnectionNameString.t | `Structure of (string * [> `Boolean of NullableBoolean.t | `Double of DpuHours.t | `Enum of string | `Integer of NullableInteger.t | `Long of MetricCounts.t | `String of MessageString.t ]) list ]) list | `Timestamp of TableOptimizerRunTimestamp.t ]) list ]) list ]) list ] list ]) 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