amazonka-redshift-1.6.0: Amazon Redshift 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.Redshift.DeleteClusterSubnetGroup

Contents

Description

Deletes the specified cluster subnet group.

Synopsis

Creating a Request

deleteClusterSubnetGroup Source #

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

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

data DeleteClusterSubnetGroup Source #

See: deleteClusterSubnetGroup smart constructor.

Instances

Eq DeleteClusterSubnetGroup Source # 
Data DeleteClusterSubnetGroup Source # 

Methods

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

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

toConstr :: DeleteClusterSubnetGroup -> Constr #

dataTypeOf :: DeleteClusterSubnetGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

dcsgClusterSubnetGroupName :: Lens' DeleteClusterSubnetGroup Text Source #

The name of the cluster subnet group name to be deleted.

Destructuring the Response

deleteClusterSubnetGroupResponse :: DeleteClusterSubnetGroupResponse Source #

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

data DeleteClusterSubnetGroupResponse Source #

See: deleteClusterSubnetGroupResponse smart constructor.

Instances

Eq DeleteClusterSubnetGroupResponse Source # 
Data DeleteClusterSubnetGroupResponse Source # 

Methods

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

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

toConstr :: DeleteClusterSubnetGroupResponse -> Constr #

dataTypeOf :: DeleteClusterSubnetGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteClusterSubnetGroupResponse Source # 
Show DeleteClusterSubnetGroupResponse Source # 
Generic DeleteClusterSubnetGroupResponse Source # 
NFData DeleteClusterSubnetGroupResponse Source # 
type Rep DeleteClusterSubnetGroupResponse Source # 
type Rep DeleteClusterSubnetGroupResponse = D1 * (MetaData "DeleteClusterSubnetGroupResponse" "Network.AWS.Redshift.DeleteClusterSubnetGroup" "amazonka-redshift-1.6.0-7nAokQL56xfEdvuigF8j6k" False) (C1 * (MetaCons "DeleteClusterSubnetGroupResponse'" PrefixI False) (U1 *))