Module Values.GetReservationRequestSource

Gets 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.

Sourcetype nonrec t = {
  1. reservationId : GetReservationRequestReservationIdString.t;
    (*

    The ID of the reservation to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : reservationId:GetReservationRequestReservationIdString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GetReservationRequestReservationIdString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t