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

Contents

Description

Deletes a specified Amazon Redshift parameter group.

Synopsis

Creating a Request

deleteClusterParameterGroup #

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 #

See: deleteClusterParameterGroup smart constructor.

Instances

Eq DeleteClusterParameterGroup # 
Data DeleteClusterParameterGroup # 

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 # 
Show DeleteClusterParameterGroup # 
Generic DeleteClusterParameterGroup # 
Hashable DeleteClusterParameterGroup # 
NFData DeleteClusterParameterGroup # 
AWSRequest DeleteClusterParameterGroup # 
ToQuery DeleteClusterParameterGroup # 
ToPath DeleteClusterParameterGroup # 
ToHeaders DeleteClusterParameterGroup # 
type Rep DeleteClusterParameterGroup # 
type Rep DeleteClusterParameterGroup = D1 (MetaData "DeleteClusterParameterGroup" "Network.AWS.Redshift.DeleteClusterParameterGroup" "amazonka-redshift-1.4.5-5ygenDSSyjc71mxYPXWxi1" True) (C1 (MetaCons "DeleteClusterParameterGroup'" PrefixI True) (S1 (MetaSel (Just Symbol "_dParameterGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteClusterParameterGroup # 

Request Lenses

dParameterGroupName :: Lens' DeleteClusterParameterGroup Text #

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 #

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

data DeleteClusterParameterGroupResponse #

See: deleteClusterParameterGroupResponse smart constructor.

Instances

Eq DeleteClusterParameterGroupResponse # 
Data DeleteClusterParameterGroupResponse # 

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 # 
Show DeleteClusterParameterGroupResponse # 
Generic DeleteClusterParameterGroupResponse # 
NFData DeleteClusterParameterGroupResponse # 
type Rep DeleteClusterParameterGroupResponse # 
type Rep DeleteClusterParameterGroupResponse = D1 (MetaData "DeleteClusterParameterGroupResponse" "Network.AWS.Redshift.DeleteClusterParameterGroup" "amazonka-redshift-1.4.5-5ygenDSSyjc71mxYPXWxi1" False) (C1 (MetaCons "DeleteClusterParameterGroupResponse'" PrefixI False) U1)