Smaws_Client_DAX.DescribeParameterGroups
Returns a list of parameter group descriptions. If a parameter group name is specified, the list will contain only the descriptions for that group.
val request :
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