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