amazonka-dms-1.6.0: Amazon Database Migration Service 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.DMS.DeleteReplicationSubnetGroup

Contents

Description

Deletes a subnet group.

Synopsis

Creating a Request

deleteReplicationSubnetGroup Source #

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

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

data DeleteReplicationSubnetGroup Source #

See: deleteReplicationSubnetGroup smart constructor.

Instances

Eq DeleteReplicationSubnetGroup Source # 
Data DeleteReplicationSubnetGroup Source # 

Methods

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

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

toConstr :: DeleteReplicationSubnetGroup -> Constr #

dataTypeOf :: DeleteReplicationSubnetGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteReplicationSubnetGroup Source # 
Show DeleteReplicationSubnetGroup Source # 
Generic DeleteReplicationSubnetGroup Source # 
Hashable DeleteReplicationSubnetGroup Source # 
ToJSON DeleteReplicationSubnetGroup Source # 
NFData DeleteReplicationSubnetGroup Source # 
AWSRequest DeleteReplicationSubnetGroup Source # 
ToHeaders DeleteReplicationSubnetGroup Source # 
ToPath DeleteReplicationSubnetGroup Source # 
ToQuery DeleteReplicationSubnetGroup Source # 
type Rep DeleteReplicationSubnetGroup Source # 
type Rep DeleteReplicationSubnetGroup = D1 * (MetaData "DeleteReplicationSubnetGroup" "Network.AWS.DMS.DeleteReplicationSubnetGroup" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" True) (C1 * (MetaCons "DeleteReplicationSubnetGroup'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drsgReplicationSubnetGroupIdentifier") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteReplicationSubnetGroup Source # 

Request Lenses

drsgReplicationSubnetGroupIdentifier :: Lens' DeleteReplicationSubnetGroup Text Source #

The subnet group name of the replication instance.

Destructuring the Response

deleteReplicationSubnetGroupResponse Source #

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

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

data DeleteReplicationSubnetGroupResponse Source #

See: deleteReplicationSubnetGroupResponse smart constructor.

Instances

Eq DeleteReplicationSubnetGroupResponse Source # 
Data DeleteReplicationSubnetGroupResponse Source # 

Methods

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

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

toConstr :: DeleteReplicationSubnetGroupResponse -> Constr #

dataTypeOf :: DeleteReplicationSubnetGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteReplicationSubnetGroupResponse Source # 
Show DeleteReplicationSubnetGroupResponse Source # 
Generic DeleteReplicationSubnetGroupResponse Source # 
NFData DeleteReplicationSubnetGroupResponse Source # 
type Rep DeleteReplicationSubnetGroupResponse Source # 
type Rep DeleteReplicationSubnetGroupResponse = D1 * (MetaData "DeleteReplicationSubnetGroupResponse" "Network.AWS.DMS.DeleteReplicationSubnetGroup" "amazonka-dms-1.6.0-5NfGace4mZbInPCIHEPoQz" True) (C1 * (MetaCons "DeleteReplicationSubnetGroupResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_drsgrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses