amazonka-elasticache-1.4.2: Amazon ElastiCache SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Contents

Description

The RevokeCacheSecurityGroupIngress action revokes ingress from a cache security group. Use this action to disallow access from an Amazon EC2 security group that had been previously authorized.

Synopsis

Creating a Request

data RevokeCacheSecurityGroupIngress Source #

Represents the input of a RevokeCacheSecurityGroupIngress action.

See: revokeCacheSecurityGroupIngress smart constructor.

Instances

Eq RevokeCacheSecurityGroupIngress Source # 
Data RevokeCacheSecurityGroupIngress Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RevokeCacheSecurityGroupIngress -> c RevokeCacheSecurityGroupIngress #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RevokeCacheSecurityGroupIngress #

toConstr :: RevokeCacheSecurityGroupIngress -> Constr #

dataTypeOf :: RevokeCacheSecurityGroupIngress -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RevokeCacheSecurityGroupIngress) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RevokeCacheSecurityGroupIngress) #

gmapT :: (forall b. Data b => b -> b) -> RevokeCacheSecurityGroupIngress -> RevokeCacheSecurityGroupIngress #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RevokeCacheSecurityGroupIngress -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RevokeCacheSecurityGroupIngress -> r #

gmapQ :: (forall d. Data d => d -> u) -> RevokeCacheSecurityGroupIngress -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RevokeCacheSecurityGroupIngress -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RevokeCacheSecurityGroupIngress -> m RevokeCacheSecurityGroupIngress #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RevokeCacheSecurityGroupIngress -> m RevokeCacheSecurityGroupIngress #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RevokeCacheSecurityGroupIngress -> m RevokeCacheSecurityGroupIngress #

Read RevokeCacheSecurityGroupIngress Source # 
Show RevokeCacheSecurityGroupIngress Source # 
Generic RevokeCacheSecurityGroupIngress Source # 
Hashable RevokeCacheSecurityGroupIngress Source # 
NFData RevokeCacheSecurityGroupIngress Source # 
AWSRequest RevokeCacheSecurityGroupIngress Source # 
ToPath RevokeCacheSecurityGroupIngress Source # 
ToHeaders RevokeCacheSecurityGroupIngress Source # 
ToQuery RevokeCacheSecurityGroupIngress Source # 
type Rep RevokeCacheSecurityGroupIngress Source # 
type Rep RevokeCacheSecurityGroupIngress = D1 (MetaData "RevokeCacheSecurityGroupIngress" "Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress" "amazonka-elasticache-1.4.2-Jpl6F5jrZ35HzhDeLVi6T" False) (C1 (MetaCons "RevokeCacheSecurityGroupIngress'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rcsgiCacheSecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_rcsgiEC2SecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rcsgiEC2SecurityGroupOwnerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs RevokeCacheSecurityGroupIngress Source # 

Request Lenses

rcsgiCacheSecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source #

The name of the cache security group to revoke ingress from.

rcsgiEC2SecurityGroupName :: Lens' RevokeCacheSecurityGroupIngress Text Source #

The name of the Amazon EC2 security group to revoke access from.

rcsgiEC2SecurityGroupOwnerId :: Lens' RevokeCacheSecurityGroupIngress Text Source #

The AWS account number of the Amazon EC2 security group owner. Note that this is not the same thing as an AWS access key ID - you must provide a valid AWS account number for this parameter.

Destructuring the Response

revokeCacheSecurityGroupIngressResponse Source #

Creates a value of RevokeCacheSecurityGroupIngressResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data RevokeCacheSecurityGroupIngressResponse Source #

Instances

Eq RevokeCacheSecurityGroupIngressResponse Source # 
Data RevokeCacheSecurityGroupIngressResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RevokeCacheSecurityGroupIngressResponse -> c RevokeCacheSecurityGroupIngressResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RevokeCacheSecurityGroupIngressResponse #

toConstr :: RevokeCacheSecurityGroupIngressResponse -> Constr #

dataTypeOf :: RevokeCacheSecurityGroupIngressResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RevokeCacheSecurityGroupIngressResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RevokeCacheSecurityGroupIngressResponse) #

gmapT :: (forall b. Data b => b -> b) -> RevokeCacheSecurityGroupIngressResponse -> RevokeCacheSecurityGroupIngressResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RevokeCacheSecurityGroupIngressResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RevokeCacheSecurityGroupIngressResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RevokeCacheSecurityGroupIngressResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RevokeCacheSecurityGroupIngressResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RevokeCacheSecurityGroupIngressResponse -> m RevokeCacheSecurityGroupIngressResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RevokeCacheSecurityGroupIngressResponse -> m RevokeCacheSecurityGroupIngressResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RevokeCacheSecurityGroupIngressResponse -> m RevokeCacheSecurityGroupIngressResponse #

Read RevokeCacheSecurityGroupIngressResponse Source # 
Show RevokeCacheSecurityGroupIngressResponse Source # 
Generic RevokeCacheSecurityGroupIngressResponse Source # 
NFData RevokeCacheSecurityGroupIngressResponse Source # 
type Rep RevokeCacheSecurityGroupIngressResponse Source # 
type Rep RevokeCacheSecurityGroupIngressResponse = D1 (MetaData "RevokeCacheSecurityGroupIngressResponse" "Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress" "amazonka-elasticache-1.4.2-Jpl6F5jrZ35HzhDeLVi6T" False) (C1 (MetaCons "RevokeCacheSecurityGroupIngressResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rcsgirsCacheSecurityGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CacheSecurityGroup))) (S1 (MetaSel (Just Symbol "_rcsgirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses