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