amazonka-comprehend-1.6.1: Amazon Comprehend 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.Comprehend.ListTopicsDetectionJobs

Contents

Description

Gets a list of the topic detection jobs that you have submitted.

This operation returns paginated results.

Synopsis

Creating a Request

listTopicsDetectionJobs :: ListTopicsDetectionJobs Source #

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

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

  • ltdjNextToken - Identifies the next page of results to return.
  • ltdjFilter - Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
  • ltdjMaxResults - The maximum number of results to return in each page.

data ListTopicsDetectionJobs Source #

See: listTopicsDetectionJobs smart constructor.

Instances
Eq ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Data ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Methods

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

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

toConstr :: ListTopicsDetectionJobs -> Constr #

dataTypeOf :: ListTopicsDetectionJobs -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Show ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Generic ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Associated Types

type Rep ListTopicsDetectionJobs :: Type -> Type #

Hashable ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

ToJSON ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

AWSPager ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

AWSRequest ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Associated Types

type Rs ListTopicsDetectionJobs :: Type #

ToHeaders ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

ToPath ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

ToQuery ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

NFData ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Methods

rnf :: ListTopicsDetectionJobs -> () #

type Rep ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

type Rep ListTopicsDetectionJobs = D1 (MetaData "ListTopicsDetectionJobs" "Network.AWS.Comprehend.ListTopicsDetectionJobs" "amazonka-comprehend-1.6.1-JmZRhcK5vJN1rBy4HW0MWx" False) (C1 (MetaCons "ListTopicsDetectionJobs'" PrefixI True) (S1 (MetaSel (Just "_ltdjNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ltdjFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TopicsDetectionJobFilter)) :*: S1 (MetaSel (Just "_ltdjMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListTopicsDetectionJobs Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Request Lenses

ltdjNextToken :: Lens' ListTopicsDetectionJobs (Maybe Text) Source #

Identifies the next page of results to return.

ltdjFilter :: Lens' ListTopicsDetectionJobs (Maybe TopicsDetectionJobFilter) Source #

Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.

ltdjMaxResults :: Lens' ListTopicsDetectionJobs (Maybe Natural) Source #

The maximum number of results to return in each page.

Destructuring the Response

listTopicsDetectionJobsResponse Source #

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

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

data ListTopicsDetectionJobsResponse Source #

See: listTopicsDetectionJobsResponse smart constructor.

Instances
Eq ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Data ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Methods

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

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

toConstr :: ListTopicsDetectionJobsResponse -> Constr #

dataTypeOf :: ListTopicsDetectionJobsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Show ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Generic ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

Associated Types

type Rep ListTopicsDetectionJobsResponse :: Type -> Type #

NFData ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

type Rep ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Network.AWS.Comprehend.ListTopicsDetectionJobs

type Rep ListTopicsDetectionJobsResponse = D1 (MetaData "ListTopicsDetectionJobsResponse" "Network.AWS.Comprehend.ListTopicsDetectionJobs" "amazonka-comprehend-1.6.1-JmZRhcK5vJN1rBy4HW0MWx" False) (C1 (MetaCons "ListTopicsDetectionJobsResponse'" PrefixI True) (S1 (MetaSel (Just "_ltdjrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ltdjrsTopicsDetectionJobPropertiesList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [TopicsDetectionJobProperties])) :*: S1 (MetaSel (Just "_ltdjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ltdjrsNextToken :: Lens' ListTopicsDetectionJobsResponse (Maybe Text) Source #

Identifies the next page of results to return.