Module Smaws_Client_ElastiCache.RevokeCacheSecurityGroupIngress

Revokes ingress from a cache security group. Use this operation to disallow access from an Amazon EC2 security group that had been previously authorized.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationNotFoundFault of Types.authorization_not_found_fault | `CacheSecurityGroupNotFoundFault of Types.cache_security_group_not_found_fault | `InvalidCacheSecurityGroupStateFault of Types.invalid_cache_security_group_state_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.revoke_cache_security_group_ingress_message -> (Types.revoke_cache_security_group_ingress_result, [> Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationNotFoundFault of Types.authorization_not_found_fault | `CacheSecurityGroupNotFoundFault of Types.cache_security_group_not_found_fault | `InvalidCacheSecurityGroupStateFault of Types.invalid_cache_security_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.revoke_cache_security_group_ingress_message -> (Types.revoke_cache_security_group_ingress_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `AuthorizationNotFoundFault of Types.authorization_not_found_fault | `CacheSecurityGroupNotFoundFault of Types.cache_security_group_not_found_fault | `InvalidCacheSecurityGroupStateFault of Types.invalid_cache_security_group_state_fault | `InvalidParameterCombinationException of Types.invalid_parameter_combination_exception | `InvalidParameterValueException of Types.invalid_parameter_value_exception ] * Smaws_Lib.Response.metadata) Stdlib.result