Module Values.AcceptReservedNodeExchangeInputMessageSource

Exchanges a DC1 Reserved Node for a DC2 Reserved Node with no changes to the configuration (term, payment type, or number of nodes) and no additional costs.

Sourcetype nonrec t = {
  1. reservedNodeId : String_.t;
    (*

    A string representing the node identifier of the DC1 Reserved Node to be exchanged.

    *)
  2. targetReservedNodeOfferingId : String_.t;
    (*

    The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings

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