Smaws_Client_MemoryDB.DescribeReservedNodesOfferingsLists available reserved node offerings.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `ReservedNodesOfferingNotFoundFault of
Types.reserved_nodes_offering_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_nodes_offerings_request ->
(Types.describe_reserved_nodes_offerings_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ReservedNodesOfferingNotFoundFault of
Types.reserved_nodes_offering_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_nodes_offerings_request ->
(Types.describe_reserved_nodes_offerings_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ReservedNodesOfferingNotFoundFault of
Types.reserved_nodes_offering_not_found_fault
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result