Module Values.DescribeReservationRequestSource

Displays the details of a reservation. The response includes the reservation name, state, start date and time, and the details of the offering that make up the rest of the reservation (such as price, duration, and outbound bandwidth).

Sourcetype nonrec t = {
  1. reservationArn : ReservationArn.t;
    (*

    The Amazon Resource Name (ARN) of the offering.

    *)
}
Sourceval context_ : string
Sourceval make : reservationArn:ReservationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ReservationArn.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