Module Values.GetReservedNodeExchangeConfigurationOptionsOutputMessageSource

Gets the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node offering. Details include the node type, the price, the node count, and the offering type.

Sourcetype getReservedNodeExchangeConfigurationOptionsResult = {
  1. marker : String_.t option;
    (*

    A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.

    *)
  2. reservedNodeConfigurationOptionList : ReservedNodeConfigurationOptionList.t option;
    (*

    the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.

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