Values.TableMaintenanceConfigurationValueSourceThe values that define a maintenance configuration for a table.
type nonrec t = {status : MaintenanceStatus.t option;The status of the maintenance configuration.
*)settings : TableMaintenanceSettings.t option;Contains details about the settings for the maintenance configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `Integer of PositiveInteger.t ])
list ])
list ])
list ]