Reserved-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": "object", "properties": { "ReservedNodeExchangeRequestId": {}, "Status": {}, "RequestTime": {}, "SourceReservedNodeId": {}, "SourceReservedNodeType": {}, "SourceReservedNodeCount": {}, "TargetReservedNodeOfferingId": {}, "TargetReservedNodeType": {}, "TargetReservedNodeCount": {} }, "description": "Reserved-node status details, such as the source reserved-node identifier, the target reserved-node identifier, the node type, the node count, and other details.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-reserved-node-exchange-status-schema.json", "title": "ReservedNodeExchangeStatus" }