Values.TableMaintenanceConfigurationSourceval to_value :
(TableMaintenanceType.t * TableMaintenanceConfigurationValue.t) list ->
[> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PositiveInteger.t ])
list ])
list ])
list ])
list ]val to_query :
(TableMaintenanceType.t * TableMaintenanceConfigurationValue.t) list ->
Awso.Client.Query.tval of_json :
Yojson.Safe.t ->
(TableMaintenanceType.t * TableMaintenanceConfigurationValue.t) listval to_json :
(TableMaintenanceType.t * TableMaintenanceConfigurationValue.t) list ->
Yojson.Safe.t