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

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Data DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

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

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Show DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Generic DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Associated Types

type Rep DeleteCacheSecurityGroup :: Type -> Type #

Hashable DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

AWSRequest DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Associated Types

type Rs DeleteCacheSecurityGroup :: Type #

ToHeaders DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

ToPath DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

ToQuery DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

NFData DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroup = D1 (MetaData "DeleteCacheSecurityGroup" "Network.AWS.ElastiCache.DeleteCacheSecurityGroup" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" True) (C1 (MetaCons "DeleteCacheSecurityGroup'" PrefixI True) (S1 (MetaSel (Just "_dcsgCacheSecurityGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteCacheSecurityGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

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

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Data DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

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

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Show DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Generic DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

Associated Types

type Rep DeleteCacheSecurityGroupResponse :: Type -> Type #

NFData DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheSecurityGroup

type Rep DeleteCacheSecurityGroupResponse = D1 (MetaData "DeleteCacheSecurityGroupResponse" "Network.AWS.ElastiCache.DeleteCacheSecurityGroup" "amazonka-elasticache-1.6.1-7qPjCRJV7Sp8jKm0QWBmxX" False) (C1 (MetaCons "DeleteCacheSecurityGroupResponse'" PrefixI False) (U1 :: Type -> Type))