Values.ReservedNodeExchangeStatusSourceReserved-node status details, such as the source reserved-node identifier, the target reserved-node identifier, the node type, the node count, and other details.
type nonrec t = {reservedNodeExchangeRequestId : String_.t option;The identifier of the reserved-node exchange request.
*)status : ReservedNodeExchangeStatusType.t option;The status of the reserved-node exchange request. Statuses include in-progress and requested.
*)requestTime : TStamp.t option;A date and time that indicate when the reserved-node exchange was requested.
*)sourceReservedNodeId : String_.t option;The identifier of the source reserved node.
*)sourceReservedNodeType : String_.t option;The source reserved-node type, for example ra3.4xlarge.
*)sourceReservedNodeCount : Integer.t option;The source reserved-node count in the cluster.
*)targetReservedNodeOfferingId : String_.t option;The identifier of the target reserved node offering.
*)targetReservedNodeType : String_.t option;The node type of the target reserved node, for example ra3.4xlarge.
*)targetReservedNodeCount : Integer.t option;The count of target reserved nodes in the cluster.
*)}