amazonka-comprehend-1.6.0: 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 # 
Data ListTopicsDetectionJobs Source # 

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 # 
Show ListTopicsDetectionJobs Source # 
Generic ListTopicsDetectionJobs Source # 
Hashable ListTopicsDetectionJobs Source # 
ToJSON ListTopicsDetectionJobs Source # 
NFData ListTopicsDetectionJobs Source # 

Methods

rnf :: ListTopicsDetectionJobs -> () #

AWSPager ListTopicsDetectionJobs Source # 
AWSRequest ListTopicsDetectionJobs Source # 
ToHeaders ListTopicsDetectionJobs Source # 
ToPath ListTopicsDetectionJobs Source # 
ToQuery ListTopicsDetectionJobs Source # 
type Rep ListTopicsDetectionJobs Source # 
type Rep ListTopicsDetectionJobs = D1 * (MetaData "ListTopicsDetectionJobs" "Network.AWS.Comprehend.ListTopicsDetectionJobs" "amazonka-comprehend-1.6.0-7ky9kDszQAoCEHl21SoVpv" False) (C1 * (MetaCons "ListTopicsDetectionJobs'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltdjNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltdjFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe TopicsDetectionJobFilter))) (S1 * (MetaSel (Just Symbol "_ltdjMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))))))
type Rs ListTopicsDetectionJobs Source # 

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 # 
Data ListTopicsDetectionJobsResponse Source # 

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 # 
Show ListTopicsDetectionJobsResponse Source # 
Generic ListTopicsDetectionJobsResponse Source # 
NFData ListTopicsDetectionJobsResponse Source # 
type Rep ListTopicsDetectionJobsResponse Source # 
type Rep ListTopicsDetectionJobsResponse = D1 * (MetaData "ListTopicsDetectionJobsResponse" "Network.AWS.Comprehend.ListTopicsDetectionJobs" "amazonka-comprehend-1.6.0-7ky9kDszQAoCEHl21SoVpv" False) (C1 * (MetaCons "ListTopicsDetectionJobsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltdjrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltdjrsTopicsDetectionJobPropertiesList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [TopicsDetectionJobProperties]))) (S1 * (MetaSel (Just Symbol "_ltdjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

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

Identifies the next page of results to return.