amazonka-dynamodb-dax-1.6.1: 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 # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Data DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

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 # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Show DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Generic DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Associated Types

type Rep DeleteSubnetGroup :: Type -> Type #

Hashable DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

ToJSON DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

AWSRequest DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Associated Types

type Rs DeleteSubnetGroup :: Type #

ToHeaders DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

ToPath DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

ToQuery DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

NFData DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Methods

rnf :: DeleteSubnetGroup -> () #

type Rep DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

type Rep DeleteSubnetGroup = D1 (MetaData "DeleteSubnetGroup" "Network.AWS.DAX.DeleteSubnetGroup" "amazonka-dynamodb-dax-1.6.1-6GOQo4sHyZjF5gipywaEPV" True) (C1 (MetaCons "DeleteSubnetGroup'" PrefixI True) (S1 (MetaSel (Just "_dsgSubnetGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteSubnetGroup Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

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 # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Data DeleteSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

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 # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Show DeleteSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Generic DeleteSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

Associated Types

type Rep DeleteSubnetGroupResponse :: Type -> Type #

NFData DeleteSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

type Rep DeleteSubnetGroupResponse Source # 
Instance details

Defined in Network.AWS.DAX.DeleteSubnetGroup

type Rep DeleteSubnetGroupResponse = D1 (MetaData "DeleteSubnetGroupResponse" "Network.AWS.DAX.DeleteSubnetGroup" "amazonka-dynamodb-dax-1.6.1-6GOQo4sHyZjF5gipywaEPV" False) (C1 (MetaCons "DeleteSubnetGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_dsgrsDeletionMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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).