Values.UpdateCapacityReservationInputSourceUpdates the number of requested data processing units for the capacity reservation with the specified name.
type nonrec t = {targetDpus : TargetDpusInteger.t;The new number of requested data processing units.
*)name : CapacityReservationName.t;The name of the capacity reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TargetDpusInteger.t
| `String of CapacityReservationName.t ])
list ]