Smaws_Client_Redshift.DescribeReservedNodeOfferingsReturns a list of the available reserved node offerings by Amazon Redshift with their descriptions including the node type, the fixed and recurring costs of reserving the node and duration the node will be reserved for you. These descriptions help you determine which reserve node offering you want to purchase. You then use the unique offering ID in you call to PurchaseReservedNodeOffering to reserve one or more nodes for your Amazon Redshift cluster.
For more information about reserved node offerings, go to Purchasing Reserved Nodes in the Amazon Redshift Cluster Management Guide.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `DependentServiceUnavailableFault of
Types.dependent_service_unavailable_fault
| `ReservedNodeOfferingNotFoundFault of
Types.reserved_node_offering_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_node_offerings_message ->
(Types.reserved_node_offerings_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DependentServiceUnavailableFault of
Types.dependent_service_unavailable_fault
| `ReservedNodeOfferingNotFoundFault of
Types.reserved_node_offering_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_node_offerings_message ->
(Types.reserved_node_offerings_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `DependentServiceUnavailableFault of
Types.dependent_service_unavailable_fault
| `ReservedNodeOfferingNotFoundFault of
Types.reserved_node_offering_not_found_fault
| `UnsupportedOperationFault of Types.unsupported_operation_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result