Module Smaws_Client_MemoryDB.ResetParameterGroup

Modifies the parameters of a parameter group to the engine or system default value. You can reset specific parameters by submitting a list of parameter names. To reset the entire parameter group, specify the AllParameters and ParameterGroupName parameters.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterGroupStateFault of Types.invalid_parameter_group_state_fault | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `ParameterGroupNotFoundFault of Types.parameter_group_not_found_fault | `ServiceLinkedRoleNotFoundFault of Types.service_linked_role_not_found_fault ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.reset_parameter_group_request -> (Types.reset_parameter_group_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterGroupStateFault of Types.invalid_parameter_group_state_fault | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `ParameterGroupNotFoundFault of Types.parameter_group_not_found_fault | `ServiceLinkedRoleNotFoundFault of Types.service_linked_role_not_found_fault ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.reset_parameter_group_request -> (Types.reset_parameter_group_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterGroupStateFault of Types.invalid_parameter_group_state_fault | `InvalidParameterValueException of Types.invalid_parameter_value_exception | `ParameterGroupNotFoundFault of Types.parameter_group_not_found_fault | `ServiceLinkedRoleNotFoundFault of Types.service_linked_role_not_found_fault ] * Smaws_Lib.Response.metadata) Stdlib.result