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

Contents

Description

Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.

This operation returns paginated results.

Synopsis

Creating a Request

listThreatIntelSets Source #

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

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

  • ltisNextToken - Pagination token to start retrieving threat intel sets from.
  • ltisMaxResults - You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 7. The maximum value is 7.
  • ltisDetectorId - The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.

data ListThreatIntelSets Source #

See: listThreatIntelSets smart constructor.

Instances

Eq ListThreatIntelSets Source # 
Data ListThreatIntelSets Source # 

Methods

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

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

toConstr :: ListThreatIntelSets -> Constr #

dataTypeOf :: ListThreatIntelSets -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListThreatIntelSets Source # 
Show ListThreatIntelSets Source # 
Generic ListThreatIntelSets Source # 
Hashable ListThreatIntelSets Source # 
NFData ListThreatIntelSets Source # 

Methods

rnf :: ListThreatIntelSets -> () #

AWSPager ListThreatIntelSets Source # 
AWSRequest ListThreatIntelSets Source # 
ToHeaders ListThreatIntelSets Source # 
ToPath ListThreatIntelSets Source # 
ToQuery ListThreatIntelSets Source # 
type Rep ListThreatIntelSets Source # 
type Rep ListThreatIntelSets = D1 * (MetaData "ListThreatIntelSets" "Network.AWS.GuardDuty.ListThreatIntelSets" "amazonka-guardduty-1.6.0-KbE83ZKqiO93fxfUnyqRWA" False) (C1 * (MetaCons "ListThreatIntelSets'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltisNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltisMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_ltisDetectorId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListThreatIntelSets Source # 

Request Lenses

ltisNextToken :: Lens' ListThreatIntelSets (Maybe Text) Source #

Pagination token to start retrieving threat intel sets from.

ltisMaxResults :: Lens' ListThreatIntelSets (Maybe Natural) Source #

You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 7. The maximum value is 7.

ltisDetectorId :: Lens' ListThreatIntelSets Text Source #

The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.

Destructuring the Response

listThreatIntelSetsResponse Source #

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

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

data ListThreatIntelSetsResponse Source #

See: listThreatIntelSetsResponse smart constructor.

Instances

Eq ListThreatIntelSetsResponse Source # 
Data ListThreatIntelSetsResponse Source # 

Methods

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

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

toConstr :: ListThreatIntelSetsResponse -> Constr #

dataTypeOf :: ListThreatIntelSetsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListThreatIntelSetsResponse Source # 
Show ListThreatIntelSetsResponse Source # 
Generic ListThreatIntelSetsResponse Source # 
NFData ListThreatIntelSetsResponse Source # 
type Rep ListThreatIntelSetsResponse Source # 
type Rep ListThreatIntelSetsResponse = D1 * (MetaData "ListThreatIntelSetsResponse" "Network.AWS.GuardDuty.ListThreatIntelSets" "amazonka-guardduty-1.6.0-KbE83ZKqiO93fxfUnyqRWA" False) (C1 * (MetaCons "ListThreatIntelSetsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltisrsThreatIntelSetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltisrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ltisrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses