Values.CreateCapacityReservationInputSourceCreates a capacity reservation with the specified name and number of requested data processing units.
type nonrec t = {targetDpus : TargetDpusInteger.t;The number of requested data processing units.
*)name : CapacityReservationName.t;The name of the capacity reservation to create.
*)}val make :
?tags:??? ->
targetDpus:TargetDpusInteger.t ->
name:CapacityReservationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of TargetDpusInteger.t
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of CapacityReservationName.t ])
list ]