Smaws_Client_Redshift.DescribeReservedNodeExchangeStatusReturns exchange status details and associated metadata for a reserved-node exchange. Statuses include such values as in progress and requested.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ReservedNodeExchangeNotFoundFault of
Types.reserved_node_exchange_not_found_fault
| `ReservedNodeNotFoundFault of Types.reserved_node_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_node_exchange_status_input_message ->
(Types.describe_reserved_node_exchange_status_output_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ReservedNodeExchangeNotFoundFault of
Types.reserved_node_exchange_not_found_fault
| `ReservedNodeNotFoundFault of Types.reserved_node_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_node_exchange_status_input_message ->
(Types.describe_reserved_node_exchange_status_output_message
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ReservedNodeExchangeNotFoundFault of
Types.reserved_node_exchange_not_found_fault
| `ReservedNodeNotFoundFault of Types.reserved_node_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result