amazonka-dynamodb-dax-1.5.0: Amazon DynamoDB Accelerator (DAX) 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.DAX.DeleteParameterGroup

Contents

Description

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

Synopsis

Creating a Request

deleteParameterGroup Source #

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

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

data DeleteParameterGroup Source #

See: deleteParameterGroup smart constructor.

Instances

Eq DeleteParameterGroup Source # 
Data DeleteParameterGroup Source # 

Methods

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

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

toConstr :: DeleteParameterGroup -> Constr #

dataTypeOf :: DeleteParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteParameterGroup Source # 
Show DeleteParameterGroup Source # 
Generic DeleteParameterGroup Source # 
Hashable DeleteParameterGroup Source # 
ToJSON DeleteParameterGroup Source # 
NFData DeleteParameterGroup Source # 

Methods

rnf :: DeleteParameterGroup -> () #

AWSRequest DeleteParameterGroup Source # 
ToQuery DeleteParameterGroup Source # 
ToPath DeleteParameterGroup Source # 
ToHeaders DeleteParameterGroup Source # 
type Rep DeleteParameterGroup Source # 
type Rep DeleteParameterGroup = D1 (MetaData "DeleteParameterGroup" "Network.AWS.DAX.DeleteParameterGroup" "amazonka-dynamodb-dax-1.5.0-JMry6GeWLPS2KkVhaaXmgc" True) (C1 (MetaCons "DeleteParameterGroup'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpgParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteParameterGroup Source # 

Request Lenses

dpgParameterGroupName :: Lens' DeleteParameterGroup Text Source #

The name of the parameter group to delete.

Destructuring the Response

deleteParameterGroupResponse Source #

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

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

data DeleteParameterGroupResponse Source #

See: deleteParameterGroupResponse smart constructor.

Instances

Eq DeleteParameterGroupResponse Source # 
Data DeleteParameterGroupResponse Source # 

Methods

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

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

toConstr :: DeleteParameterGroupResponse -> Constr #

dataTypeOf :: DeleteParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteParameterGroupResponse Source # 
Show DeleteParameterGroupResponse Source # 
Generic DeleteParameterGroupResponse Source # 
NFData DeleteParameterGroupResponse Source # 
type Rep DeleteParameterGroupResponse Source # 
type Rep DeleteParameterGroupResponse = D1 (MetaData "DeleteParameterGroupResponse" "Network.AWS.DAX.DeleteParameterGroup" "amazonka-dynamodb-dax-1.5.0-JMry6GeWLPS2KkVhaaXmgc" False) (C1 (MetaCons "DeleteParameterGroupResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dpgrsDeletionMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dpgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dpgrsDeletionMessage :: Lens' DeleteParameterGroupResponse (Maybe Text) Source #

A user-specified message for this action (i.e., a reason for deleting the parameter group).