Module Values_5.GetReservedInstancesExchangeQuoteResultSource

Contains the output of GetReservedInstancesExchangeQuote.

Sourcetype nonrec t = {
  1. currencyCode : Values_0.String_.t option;
    (*

    The currency of the transaction.

    *)
  2. isValidExchange : Values_0.Boolean.t option;
    (*

    If true, the exchange is valid. If false, the exchange cannot be completed.

    *)
  3. outputReservedInstancesWillExpireAt : Values_0.DateTime.t option;
    (*

    The new end date of the reservation term.

    *)
  4. paymentDue : Values_0.String_.t option;
    (*

    The total true upfront charge for the exchange.

    *)
  5. reservedInstanceValueRollup : Values_1.ReservationValue.t option;
    (*

    The cost associated with the Reserved Instance.

    *)
  6. reservedInstanceValueSet : Values_3.ReservedInstanceReservationValueSet.t option;
    (*

    The configuration of your Convertible Reserved Instances.

    *)
  7. targetConfigurationValueRollup : Values_1.ReservationValue.t option;
    (*

    The cost associated with the Reserved Instance.

    *)
  8. targetConfigurationValueSet : Values_3.TargetReservationValueSet.t option;
    (*

    The values of the target Convertible Reserved Instances.

    *)
  9. validationFailureReason : Values_0.String_.t option;
    (*

    Describes the reason why the exchange cannot be completed.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?currencyCode:??? -> ?isValidExchange:??? -> ?outputReservedInstancesWillExpireAt:??? -> ?paymentDue:??? -> ?reservedInstanceValueRollup:??? -> ?reservedInstanceValueSet:??? -> ?targetConfigurationValueRollup:??? -> ?targetConfigurationValueSet:??? -> ?validationFailureReason:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `Integer of Values_0.Integer.t | `String of Values_0.String_.t ]) list ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `String of Values_0.String_.t ]) list | `Timestamp of Values_0.DateTime.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