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

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Data ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

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

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Show ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Generic ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Associated Types

type Rep ListThreatIntelSets :: Type -> Type #

Hashable ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

AWSPager ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

AWSRequest ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Associated Types

type Rs ListThreatIntelSets :: Type #

ToHeaders ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

ToPath ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

ToQuery ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

NFData ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Methods

rnf :: ListThreatIntelSets -> () #

type Rep ListThreatIntelSets Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

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

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

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

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Data ListThreatIntelSetsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

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

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Show ListThreatIntelSetsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Generic ListThreatIntelSetsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

Associated Types

type Rep ListThreatIntelSetsResponse :: Type -> Type #

NFData ListThreatIntelSetsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

type Rep ListThreatIntelSetsResponse Source # 
Instance details

Defined in Network.AWS.GuardDuty.ListThreatIntelSets

type Rep ListThreatIntelSetsResponse = D1 (MetaData "ListThreatIntelSetsResponse" "Network.AWS.GuardDuty.ListThreatIntelSets" "amazonka-guardduty-1.6.1-K5KFXxug8mfBfLPNNuAp3C" False) (C1 (MetaCons "ListThreatIntelSetsResponse'" PrefixI True) (S1 (MetaSel (Just "_ltisrsThreatIntelSetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_ltisrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ltisrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses