Module Values_2.TargetReservationValueSource

The total value of the new Convertible Reserved Instances.

Sourcetype nonrec t = {
  1. reservationValue : Values_1.ReservationValue.t option;
    (*

    The total value of the Convertible Reserved Instances that make up the exchange. This is the sum of the list value, remaining upfront price, and additional upfront cost of the exchange.

    *)
  2. targetConfiguration : Values_1.TargetConfiguration.t option;
    (*

    The configuration of the Convertible Reserved Instances that make up the exchange.

    *)
}
Sourceval make : ?reservationValue:??? -> ?targetConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Integer of Values_0.Integer.t | `String of Values_0.String_.t ]) list ]) 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