amazonka-dynamodb-dax-1.6.1: Amazon DynamoDB Accelerator (DAX) 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.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 # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Data DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

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

Defined in Network.AWS.DAX.DeleteParameterGroup

Show DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Generic DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Associated Types

type Rep DeleteParameterGroup :: Type -> Type #

Hashable DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

ToJSON DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

AWSRequest DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Associated Types

type Rs DeleteParameterGroup :: Type #

ToHeaders DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

ToPath DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

ToQuery DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

NFData DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Methods

rnf :: DeleteParameterGroup -> () #

type Rep DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

type Rep DeleteParameterGroup = D1 (MetaData "DeleteParameterGroup" "Network.AWS.DAX.DeleteParameterGroup" "amazonka-dynamodb-dax-1.6.1-6GOQo4sHyZjF5gipywaEPV" True) (C1 (MetaCons "DeleteParameterGroup'" PrefixI True) (S1 (MetaSel (Just "_dpgParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteParameterGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

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

Defined in Network.AWS.DAX.DeleteParameterGroup

Data DeleteParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

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

Defined in Network.AWS.DAX.DeleteParameterGroup

Show DeleteParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Generic DeleteParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

Associated Types

type Rep DeleteParameterGroupResponse :: Type -> Type #

NFData DeleteParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

type Rep DeleteParameterGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteParameterGroup

type Rep DeleteParameterGroupResponse = D1 (MetaData "DeleteParameterGroupResponse" "Network.AWS.DAX.DeleteParameterGroup" "amazonka-dynamodb-dax-1.6.1-6GOQo4sHyZjF5gipywaEPV" False) (C1 (MetaCons "DeleteParameterGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_dpgrsDeletionMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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).