Module Smaws_Client_ElastiCache.DescribeCacheSecurityGroups

Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group. This applicable only when you have ElastiCache in Classic setup

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `CacheSecurityGroupNotFoundFault of Types.cache_security_group_not_found_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_cache_security_groups_message -> (Types.cache_security_group_message, [> Smaws_Lib.Protocols.AwsQuery.error | `CacheSecurityGroupNotFoundFault of Types.cache_security_group_not_found_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ]) Stdlib.result