Values.GetReservationRequestSourceGets an Amazon Redshift Serverless reservation. A reservation gives you the option to commit to a specified number of Redshift Processing Units (RPUs) for a year at a discount from Serverless on-demand (OD) rates.
type nonrec t = {reservationId : GetReservationRequestReservationIdString.t;The ID of the reservation to retrieve.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of GetReservationRequestReservationIdString.t ])
list ]