Values.CancelCapacityReservationInputSourceCancels the capacity reservation with the specified name. Cancelled reservations remain in your account and will be deleted 45 days after cancellation. During the 45 days, you cannot re-purpose or reuse a reservation that has been cancelled, but you can refer to its tags and view it for historical reference.
type nonrec t = {name : CapacityReservationName.t;The name of the capacity reservation to cancel.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of CapacityReservationName.t ]) list ]