amazonka-guardduty-1.6.0: 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.UnarchiveFindings

Contents

Description

Unarchives Amazon GuardDuty findings specified by the list of finding IDs.

Synopsis

Creating a Request

unarchiveFindings Source #

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

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

  • uFindingIds - IDs of the findings that you want to unarchive.
  • uDetectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to unarchive.

data UnarchiveFindings Source #

UnarchiveFindings request body.

See: unarchiveFindings smart constructor.

Instances

Eq UnarchiveFindings Source # 
Data UnarchiveFindings Source # 

Methods

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

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

toConstr :: UnarchiveFindings -> Constr #

dataTypeOf :: UnarchiveFindings -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: UnarchiveFindings -> () #

AWSRequest UnarchiveFindings Source # 
ToHeaders UnarchiveFindings Source # 
ToPath UnarchiveFindings Source # 
ToQuery UnarchiveFindings Source # 
type Rep UnarchiveFindings Source # 
type Rep UnarchiveFindings = D1 * (MetaData "UnarchiveFindings" "Network.AWS.GuardDuty.UnarchiveFindings" "amazonka-guardduty-1.6.0-KbE83ZKqiO93fxfUnyqRWA" False) (C1 * (MetaCons "UnarchiveFindings'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uFindingIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_uDetectorId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs UnarchiveFindings Source # 

Request Lenses

uFindingIds :: Lens' UnarchiveFindings [Text] Source #

IDs of the findings that you want to unarchive.

uDetectorId :: Lens' UnarchiveFindings Text Source #

The ID of the detector that specifies the GuardDuty service whose findings you want to unarchive.

Destructuring the Response

unarchiveFindingsResponse Source #

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

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

data UnarchiveFindingsResponse Source #

See: unarchiveFindingsResponse smart constructor.

Instances

Eq UnarchiveFindingsResponse Source # 
Data UnarchiveFindingsResponse Source # 

Methods

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

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

toConstr :: UnarchiveFindingsResponse -> Constr #

dataTypeOf :: UnarchiveFindingsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UnarchiveFindingsResponse Source # 
Show UnarchiveFindingsResponse Source # 
Generic UnarchiveFindingsResponse Source # 
NFData UnarchiveFindingsResponse Source # 
type Rep UnarchiveFindingsResponse Source # 
type Rep UnarchiveFindingsResponse = D1 * (MetaData "UnarchiveFindingsResponse" "Network.AWS.GuardDuty.UnarchiveFindings" "amazonka-guardduty-1.6.0-KbE83ZKqiO93fxfUnyqRWA" True) (C1 * (MetaCons "UnarchiveFindingsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ursResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses