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

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Data UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

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

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Show UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Generic UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Associated Types

type Rep UnarchiveFindings :: Type -> Type #

Hashable UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

ToJSON UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

AWSRequest UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Associated Types

type Rs UnarchiveFindings :: Type #

ToHeaders UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

ToPath UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

ToQuery UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

NFData UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Methods

rnf :: UnarchiveFindings -> () #

type Rep UnarchiveFindings Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

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

Defined in Network.AWS.GuardDuty.UnarchiveFindings

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

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Data UnarchiveFindingsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

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

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Show UnarchiveFindingsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Generic UnarchiveFindingsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

Associated Types

type Rep UnarchiveFindingsResponse :: Type -> Type #

NFData UnarchiveFindingsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

type Rep UnarchiveFindingsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.UnarchiveFindings

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

Response Lenses