amazonka-elasticache-1.6.1: Amazon ElastiCache SDK.

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

Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Contents

Description

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

Synopsis

Creating a Request

revokeCacheSecurityGroupIngress Source #

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

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

  • rcsgiCacheSecurityGroupName - The name of the cache security group to revoke ingress from.
  • rcsgiEC2SecurityGroupName - The name of the Amazon EC2 security group to revoke access from.
  • rcsgiEC2SecurityGroupOwnerId - 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.

data RevokeCacheSecurityGroupIngress Source #

Represents the input of a RevokeCacheSecurityGroupIngress operation.

See: revokeCacheSecurityGroupIngress smart constructor.

Instances
Eq RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Data RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

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 # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Show RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Generic RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Associated Types

type Rep RevokeCacheSecurityGroupIngress :: Type -> Type #

Hashable RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

AWSRequest RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Associated Types

type Rs RevokeCacheSecurityGroupIngress :: Type #

ToHeaders RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

ToPath RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

ToQuery RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

NFData RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngress = D1 (MetaData "RevokeCacheSecurityGroupIngress" "Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" False) (C1 (MetaCons "RevokeCacheSecurityGroupIngress'" PrefixI True) (S1 (MetaSel (Just "_rcsgiCacheSecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_rcsgiEC2SecurityGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rcsgiEC2SecurityGroupOwnerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs RevokeCacheSecurityGroupIngress Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

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 # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Data RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

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 # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Show RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

Generic RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

NFData RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngressResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress

type Rep RevokeCacheSecurityGroupIngressResponse = D1 (MetaData "RevokeCacheSecurityGroupIngressResponse" "Network.AWS.ElastiCache.RevokeCacheSecurityGroupIngress" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" False) (C1 (MetaCons "RevokeCacheSecurityGroupIngressResponse'" PrefixI True) (S1 (MetaSel (Just "_rcsgirsCacheSecurityGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CacheSecurityGroup)) :*: S1 (MetaSel (Just "_rcsgirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses