Values.GetReservedNodeExchangeOfferingsOutputMessageSourceReturns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.
type getReservedNodeExchangeOfferingsResult = {marker : String_.t option;An optional parameter that specifies the starting point for returning a set of response records. When the results of a GetReservedNodeExchangeOfferings request exceed the value specified in MaxRecords, Amazon Redshift returns a value in the marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the marker parameter and retrying the request.
*)reservedNodeOfferings : ReservedNodeOfferingList.t option;Returns an array of ReservedNodeOffering objects.
*)}and t = {getReservedNodeExchangeOfferingsResult : getReservedNodeExchangeOfferingsResult;responseMetaData : responseMetaData;}type error = [ | `InvalidReservedNodeStateFault of InvalidReservedNodeStateFault.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
| `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
| `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
* [> `List of
[> `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 ])
list ]
list
| `String of String_.t ])
list ])
list ]