amazonka-dynamodb-dax-1.6.0: Amazon DynamoDB Accelerator (DAX) 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.DAX.DeleteSubnetGroup

Contents

Description

Deletes a subnet group.

Synopsis

Creating a Request

deleteSubnetGroup Source #

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

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

data DeleteSubnetGroup Source #

See: deleteSubnetGroup smart constructor.

Instances

Eq DeleteSubnetGroup Source # 
Data DeleteSubnetGroup Source # 

Methods

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

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

toConstr :: DeleteSubnetGroup -> Constr #

dataTypeOf :: DeleteSubnetGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSubnetGroup Source # 
Show DeleteSubnetGroup Source # 
Generic DeleteSubnetGroup Source # 
Hashable DeleteSubnetGroup Source # 
ToJSON DeleteSubnetGroup Source # 
NFData DeleteSubnetGroup Source # 

Methods

rnf :: DeleteSubnetGroup -> () #

AWSRequest DeleteSubnetGroup Source # 
ToHeaders DeleteSubnetGroup Source # 
ToPath DeleteSubnetGroup Source # 
ToQuery DeleteSubnetGroup Source # 
type Rep DeleteSubnetGroup Source # 
type Rep DeleteSubnetGroup = D1 * (MetaData "DeleteSubnetGroup" "Network.AWS.DAX.DeleteSubnetGroup" "amazonka-dynamodb-dax-1.6.0-31oAZKJCCRq6sH266jsUP" True) (C1 * (MetaCons "DeleteSubnetGroup'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dsgSubnetGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteSubnetGroup Source # 

Request Lenses

dsgSubnetGroupName :: Lens' DeleteSubnetGroup Text Source #

The name of the subnet group to delete.

Destructuring the Response

deleteSubnetGroupResponse Source #

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

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

data DeleteSubnetGroupResponse Source #

See: deleteSubnetGroupResponse smart constructor.

Instances

Eq DeleteSubnetGroupResponse Source # 
Data DeleteSubnetGroupResponse Source # 

Methods

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

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

toConstr :: DeleteSubnetGroupResponse -> Constr #

dataTypeOf :: DeleteSubnetGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteSubnetGroupResponse Source # 
Show DeleteSubnetGroupResponse Source # 
Generic DeleteSubnetGroupResponse Source # 
NFData DeleteSubnetGroupResponse Source # 
type Rep DeleteSubnetGroupResponse Source # 
type Rep DeleteSubnetGroupResponse = D1 * (MetaData "DeleteSubnetGroupResponse" "Network.AWS.DAX.DeleteSubnetGroup" "amazonka-dynamodb-dax-1.6.0-31oAZKJCCRq6sH266jsUP" False) (C1 * (MetaCons "DeleteSubnetGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dsgrsDeletionMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dsgrsDeletionMessage :: Lens' DeleteSubnetGroupResponse (Maybe Text) Source #

A user-specified message for this action (i.e., a reason for deleting the subnet group).