Module Values.GetReservedNodeExchangeOfferingsOutputMessageSource

Returns an array of DC2 ReservedNodeOfferings that matches the payment type, term, and usage price of the given DC1 reserved node.

Sourcetype getReservedNodeExchangeOfferingsResult = {
  1. 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.

    *)
  2. reservedNodeOfferings : ReservedNodeOfferingList.t option;
    (*

    Returns an array of ReservedNodeOffering objects.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. getReservedNodeExchangeOfferingsResult : getReservedNodeExchangeOfferingsResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DependentServiceUnavailableFault of DependentServiceUnavailableFault.t
  2. | `InvalidReservedNodeStateFault of InvalidReservedNodeStateFault.t
  3. | `ReservedNodeAlreadyMigratedFault of ReservedNodeAlreadyMigratedFault.t
  4. | `ReservedNodeNotFoundFault of ReservedNodeNotFoundFault.t
  5. | `ReservedNodeOfferingNotFoundFault of ReservedNodeOfferingNotFoundFault.t
  6. | `UnsupportedOperationFault of UnsupportedOperationFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?marker:??? -> ?reservedNodeOfferings:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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