Values.AcceptReservedNodeExchangeOutputMessageSourceExchanges 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.
and t = {acceptReservedNodeExchangeResult : acceptReservedNodeExchangeResult;responseMetaData : responseMetaData;}type error = [ | `InvalidReservedNodeStateFault of InvalidReservedNodeStateFault.t| `ReservedNodeAlreadyExistsFault of ReservedNodeAlreadyExistsFault.t| `ReservedNodeAlreadyMigratedFault of ReservedNodeAlreadyMigratedFault.t| `ReservedNodeNotFoundFault of ReservedNodeNotFoundFault.t| `ReservedNodeOfferingNotFoundFault of ReservedNodeOfferingNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DependentServiceUnavailableFault of unit
| `InvalidReservedNodeStateFault of unit
| `ReservedNodeAlreadyExistsFault of unit
| `ReservedNodeAlreadyMigratedFault of unit
| `ReservedNodeNotFoundFault of unit
| `ReservedNodeOfferingNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DependentServiceUnavailableFault of unit
| `InvalidReservedNodeStateFault of unit
| `ReservedNodeAlreadyExistsFault of unit
| `ReservedNodeAlreadyMigratedFault of unit
| `ReservedNodeNotFoundFault of unit
| `ReservedNodeOfferingNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ])
list ]