amazonka-guardduty-1.6.1: Amazon GuardDuty 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.GuardDuty.DeleteIPSet

Contents

Description

Deletes the IPSet specified by the IPSet ID.

Synopsis

Creating a Request

deleteIPSet Source #

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

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

  • disDetectorId - The detectorID that specifies the GuardDuty service whose IPSet you want to delete.
  • disIPSetId - The unique ID that specifies the IPSet that you want to delete.

data DeleteIPSet Source #

See: deleteIPSet smart constructor.

Instances
Eq DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Data DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Methods

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

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

toConstr :: DeleteIPSet -> Constr #

dataTypeOf :: DeleteIPSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Show DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Generic DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Associated Types

type Rep DeleteIPSet :: Type -> Type #

Hashable DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

AWSRequest DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Associated Types

type Rs DeleteIPSet :: Type #

ToHeaders DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Methods

toHeaders :: DeleteIPSet -> [Header] #

ToPath DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

ToQuery DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

NFData DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Methods

rnf :: DeleteIPSet -> () #

type Rep DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

type Rep DeleteIPSet = D1 (MetaData "DeleteIPSet" "Network.AWS.GuardDuty.DeleteIPSet" "amazonka-guardduty-1.6.1-K5KFXxug8mfBfLPNNuAp3C" False) (C1 (MetaCons "DeleteIPSet'" PrefixI True) (S1 (MetaSel (Just "_disDetectorId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_disIPSetId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs DeleteIPSet Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Request Lenses

disDetectorId :: Lens' DeleteIPSet Text Source #

The detectorID that specifies the GuardDuty service whose IPSet you want to delete.

disIPSetId :: Lens' DeleteIPSet Text Source #

The unique ID that specifies the IPSet that you want to delete.

Destructuring the Response

deleteIPSetResponse Source #

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

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

data DeleteIPSetResponse Source #

See: deleteIPSetResponse smart constructor.

Instances
Eq DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Data DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Methods

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

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

toConstr :: DeleteIPSetResponse -> Constr #

dataTypeOf :: DeleteIPSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Show DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Generic DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Associated Types

type Rep DeleteIPSetResponse :: Type -> Type #

NFData DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

Methods

rnf :: DeleteIPSetResponse -> () #

type Rep DeleteIPSetResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.DeleteIPSet

type Rep DeleteIPSetResponse = D1 (MetaData "DeleteIPSetResponse" "Network.AWS.GuardDuty.DeleteIPSet" "amazonka-guardduty-1.6.1-K5KFXxug8mfBfLPNNuAp3C" True) (C1 (MetaCons "DeleteIPSetResponse'" PrefixI True) (S1 (MetaSel (Just "_dipsrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses

dipsrsResponseStatus :: Lens' DeleteIPSetResponse Int Source #

  • - | The response status code.