Module Smaws_Client_MemoryDB.DescribeParameterGroups

Returns a list of parameter group descriptions. If a parameter group name is specified, the list contains only the descriptions for that group.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `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.describe_parameter_groups_request -> (Types.describe_parameter_groups_response, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `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.describe_parameter_groups_request -> (Types.describe_parameter_groups_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `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