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.DeleteCacheParameterGroup

Contents

Description

Deletes the specified cache parameter group. You cannot delete a cache parameter group if it is associated with any cache clusters.

Synopsis

Creating a Request

deleteCacheParameterGroup Source #

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

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

data DeleteCacheParameterGroup Source #

Represents the input of a DeleteCacheParameterGroup operation.

See: deleteCacheParameterGroup smart constructor.

Instances
Eq DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Data DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Methods

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

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

toConstr :: DeleteCacheParameterGroup -> Constr #

dataTypeOf :: DeleteCacheParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Show DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Generic DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Associated Types

type Rep DeleteCacheParameterGroup :: Type -> Type #

Hashable DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

AWSRequest DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Associated Types

type Rs DeleteCacheParameterGroup :: Type #

ToHeaders DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

ToPath DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

ToQuery DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

NFData DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

type Rep DeleteCacheParameterGroup Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

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

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Request Lenses

dCacheParameterGroupName :: Lens' DeleteCacheParameterGroup Text Source #

The name of the cache parameter group to delete.

Destructuring the Response

deleteCacheParameterGroupResponse :: DeleteCacheParameterGroupResponse Source #

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

data DeleteCacheParameterGroupResponse Source #

See: deleteCacheParameterGroupResponse smart constructor.

Instances
Eq DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Data DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Methods

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

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

toConstr :: DeleteCacheParameterGroupResponse -> Constr #

dataTypeOf :: DeleteCacheParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Show DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Generic DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

Associated Types

type Rep DeleteCacheParameterGroupResponse :: Type -> Type #

NFData DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

type Rep DeleteCacheParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.ElastiCache.DeleteCacheParameterGroup

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