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.GetFindingsStatistics

Contents

Description

Lists Amazon GuardDuty findings' statistics for the specified detector ID.

Synopsis

Creating a Request

getFindingsStatistics Source #

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

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

data GetFindingsStatistics Source #

GetFindingsStatistics request body.

See: getFindingsStatistics smart constructor.

Instances

Eq GetFindingsStatistics Source # 
Data GetFindingsStatistics Source # 

Methods

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

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

toConstr :: GetFindingsStatistics -> Constr #

dataTypeOf :: GetFindingsStatistics -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: GetFindingsStatistics -> () #

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

Request Lenses

gfsFindingCriteria :: Lens' GetFindingsStatistics (Maybe FindingCriteria) Source #

Represents the criteria used for querying findings.

gfsDetectorId :: Lens' GetFindingsStatistics Text Source #

The ID of the detector that specifies the GuardDuty service whose findings' statistics you want to retrieve.

Destructuring the Response

getFindingsStatisticsResponse Source #

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

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

data GetFindingsStatisticsResponse Source #

See: getFindingsStatisticsResponse smart constructor.

Instances

Eq GetFindingsStatisticsResponse Source # 
Data GetFindingsStatisticsResponse Source # 

Methods

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

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

toConstr :: GetFindingsStatisticsResponse -> Constr #

dataTypeOf :: GetFindingsStatisticsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetFindingsStatisticsResponse Source # 
Show GetFindingsStatisticsResponse Source # 
Generic GetFindingsStatisticsResponse Source # 
NFData GetFindingsStatisticsResponse Source # 
type Rep GetFindingsStatisticsResponse Source # 
type Rep GetFindingsStatisticsResponse = D1 * (MetaData "GetFindingsStatisticsResponse" "Network.AWS.GuardDuty.GetFindingsStatistics" "amazonka-guardduty-1.6.0-KbE83ZKqiO93fxfUnyqRWA" False) (C1 * (MetaCons "GetFindingsStatisticsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gfsrsFindingStatistics") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe FindingStatistics))) (S1 * (MetaSel (Just Symbol "_gfsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses