amazonka-elasticache-1.5.0: Amazon ElastiCache SDK.

Copyright(c) 2013-2017 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.DeleteCacheSecurityGroup

Contents

Description

Deletes a cache security group.

Synopsis

Creating a Request

deleteCacheSecurityGroup Source #

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

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

data DeleteCacheSecurityGroup Source #

Represents the input of a DeleteCacheSecurityGroup operation.

See: deleteCacheSecurityGroup smart constructor.

Instances

Eq DeleteCacheSecurityGroup Source # 
Data DeleteCacheSecurityGroup Source # 

Methods

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

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

toConstr :: DeleteCacheSecurityGroup -> Constr #

dataTypeOf :: DeleteCacheSecurityGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCacheSecurityGroup Source # 
Show DeleteCacheSecurityGroup Source # 
Generic DeleteCacheSecurityGroup Source # 
Hashable DeleteCacheSecurityGroup Source # 
NFData DeleteCacheSecurityGroup Source # 
AWSRequest DeleteCacheSecurityGroup Source # 
ToQuery DeleteCacheSecurityGroup Source # 
ToPath DeleteCacheSecurityGroup Source # 
ToHeaders DeleteCacheSecurityGroup Source # 
type Rep DeleteCacheSecurityGroup Source # 
type Rep DeleteCacheSecurityGroup = D1 (MetaData "DeleteCacheSecurityGroup" "Network.AWS.ElastiCache.DeleteCacheSecurityGroup" "amazonka-elasticache-1.5.0-3KxmcjA9oxuJn4AiPGdjQZ" True) (C1 (MetaCons "DeleteCacheSecurityGroup'" PrefixI True) (S1 (MetaSel (Just Symbol "_dcsgCacheSecurityGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteCacheSecurityGroup Source # 

Request Lenses

dcsgCacheSecurityGroupName :: Lens' DeleteCacheSecurityGroup Text Source #

The name of the cache security group to delete.

Destructuring the Response

deleteCacheSecurityGroupResponse :: DeleteCacheSecurityGroupResponse Source #

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

data DeleteCacheSecurityGroupResponse Source #

See: deleteCacheSecurityGroupResponse smart constructor.

Instances

Eq DeleteCacheSecurityGroupResponse Source # 
Data DeleteCacheSecurityGroupResponse Source # 

Methods

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

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

toConstr :: DeleteCacheSecurityGroupResponse -> Constr #

dataTypeOf :: DeleteCacheSecurityGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCacheSecurityGroupResponse Source # 
Show DeleteCacheSecurityGroupResponse Source # 
Generic DeleteCacheSecurityGroupResponse Source # 
NFData DeleteCacheSecurityGroupResponse Source # 
type Rep DeleteCacheSecurityGroupResponse Source # 
type Rep DeleteCacheSecurityGroupResponse = D1 (MetaData "DeleteCacheSecurityGroupResponse" "Network.AWS.ElastiCache.DeleteCacheSecurityGroup" "amazonka-elasticache-1.5.0-3KxmcjA9oxuJn4AiPGdjQZ" False) (C1 (MetaCons "DeleteCacheSecurityGroupResponse'" PrefixI False) U1)