amazonka-redshift-1.5.0: Amazon Redshift 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.Redshift.DeleteClusterParameterGroup

Contents

Description

Deletes a specified Amazon Redshift parameter group.

Synopsis

Creating a Request

deleteClusterParameterGroup Source #

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

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

  • dParameterGroupName - The name of the parameter group to be deleted. Constraints: * Must be the name of an existing cluster parameter group. * Cannot delete a default cluster parameter group.

data DeleteClusterParameterGroup Source #

See: deleteClusterParameterGroup smart constructor.

Instances

Eq DeleteClusterParameterGroup Source # 
Data DeleteClusterParameterGroup Source # 

Methods

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

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

toConstr :: DeleteClusterParameterGroup -> Constr #

dataTypeOf :: DeleteClusterParameterGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteClusterParameterGroup Source # 
Show DeleteClusterParameterGroup Source # 
Generic DeleteClusterParameterGroup Source # 
Hashable DeleteClusterParameterGroup Source # 
NFData DeleteClusterParameterGroup Source # 
AWSRequest DeleteClusterParameterGroup Source # 
ToQuery DeleteClusterParameterGroup Source # 
ToPath DeleteClusterParameterGroup Source # 
ToHeaders DeleteClusterParameterGroup Source # 
type Rep DeleteClusterParameterGroup Source # 
type Rep DeleteClusterParameterGroup = D1 (MetaData "DeleteClusterParameterGroup" "Network.AWS.Redshift.DeleteClusterParameterGroup" "amazonka-redshift-1.5.0-Dab3rZV2tPBCgimwpoJly0" True) (C1 (MetaCons "DeleteClusterParameterGroup'" PrefixI True) (S1 (MetaSel (Just Symbol "_dParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteClusterParameterGroup Source # 

Request Lenses

dParameterGroupName :: Lens' DeleteClusterParameterGroup Text Source #

The name of the parameter group to be deleted. Constraints: * Must be the name of an existing cluster parameter group. * Cannot delete a default cluster parameter group.

Destructuring the Response

deleteClusterParameterGroupResponse :: DeleteClusterParameterGroupResponse Source #

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

data DeleteClusterParameterGroupResponse Source #

See: deleteClusterParameterGroupResponse smart constructor.

Instances

Eq DeleteClusterParameterGroupResponse Source # 
Data DeleteClusterParameterGroupResponse Source # 

Methods

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

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

toConstr :: DeleteClusterParameterGroupResponse -> Constr #

dataTypeOf :: DeleteClusterParameterGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteClusterParameterGroupResponse Source # 
Show DeleteClusterParameterGroupResponse Source # 
Generic DeleteClusterParameterGroupResponse Source # 
NFData DeleteClusterParameterGroupResponse Source # 
type Rep DeleteClusterParameterGroupResponse Source # 
type Rep DeleteClusterParameterGroupResponse = D1 (MetaData "DeleteClusterParameterGroupResponse" "Network.AWS.Redshift.DeleteClusterParameterGroup" "amazonka-redshift-1.5.0-Dab3rZV2tPBCgimwpoJly0" False) (C1 (MetaCons "DeleteClusterParameterGroupResponse'" PrefixI False) U1)