amazonka-rds-1.4.5: Amazon Relational Database Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.DeleteDBParameterGroup

Contents

Description

Deletes a specified DBParameterGroup. The DBParameterGroup to be deleted cannot be associated with any DB instances.

Synopsis

Creating a Request

deleteDBParameterGroup Source #

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

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

  • ddbpgDBParameterGroupName - The name of the DB parameter group. Constraints: * Must be the name of an existing DB parameter group * You cannot delete a default DB parameter group * Cannot be associated with any DB instances

data DeleteDBParameterGroup Source #

See: deleteDBParameterGroup smart constructor.

Instances

Eq DeleteDBParameterGroup Source # 
Data DeleteDBParameterGroup Source # 

Methods

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

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

toConstr :: DeleteDBParameterGroup -> Constr #

dataTypeOf :: DeleteDBParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDBParameterGroup Source # 
Show DeleteDBParameterGroup Source # 
Generic DeleteDBParameterGroup Source # 
Hashable DeleteDBParameterGroup Source # 
NFData DeleteDBParameterGroup Source # 

Methods

rnf :: DeleteDBParameterGroup -> () #

AWSRequest DeleteDBParameterGroup Source # 
ToPath DeleteDBParameterGroup Source # 
ToHeaders DeleteDBParameterGroup Source # 
ToQuery DeleteDBParameterGroup Source # 
type Rep DeleteDBParameterGroup Source # 
type Rep DeleteDBParameterGroup = D1 (MetaData "DeleteDBParameterGroup" "Network.AWS.RDS.DeleteDBParameterGroup" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" True) (C1 (MetaCons "DeleteDBParameterGroup'" PrefixI True) (S1 (MetaSel (Just Symbol "_ddbpgDBParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteDBParameterGroup Source # 

Request Lenses

ddbpgDBParameterGroupName :: Lens' DeleteDBParameterGroup Text Source #

The name of the DB parameter group. Constraints: * Must be the name of an existing DB parameter group * You cannot delete a default DB parameter group * Cannot be associated with any DB instances

Destructuring the Response

deleteDBParameterGroupResponse :: DeleteDBParameterGroupResponse Source #

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

data DeleteDBParameterGroupResponse Source #

See: deleteDBParameterGroupResponse smart constructor.

Instances

Eq DeleteDBParameterGroupResponse Source # 
Data DeleteDBParameterGroupResponse Source # 

Methods

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

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

toConstr :: DeleteDBParameterGroupResponse -> Constr #

dataTypeOf :: DeleteDBParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDBParameterGroupResponse Source # 
Show DeleteDBParameterGroupResponse Source # 
Generic DeleteDBParameterGroupResponse Source # 
NFData DeleteDBParameterGroupResponse Source # 
type Rep DeleteDBParameterGroupResponse Source # 
type Rep DeleteDBParameterGroupResponse = D1 (MetaData "DeleteDBParameterGroupResponse" "Network.AWS.RDS.DeleteDBParameterGroup" "amazonka-rds-1.4.5-FycntHHvABz6gJkK2IrBDo" False) (C1 (MetaCons "DeleteDBParameterGroupResponse'" PrefixI False) U1)