amazonka-iot-1.6.0: Amazon IoT 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.IoT.ListJobExecutionsForThing

Contents

Description

Lists the job executions for the specified thing.

Synopsis

Creating a Request

listJobExecutionsForThing Source #

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

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

data ListJobExecutionsForThing Source #

See: listJobExecutionsForThing smart constructor.

Instances

Eq ListJobExecutionsForThing Source # 
Data ListJobExecutionsForThing Source # 

Methods

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

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

toConstr :: ListJobExecutionsForThing -> Constr #

dataTypeOf :: ListJobExecutionsForThing -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListJobExecutionsForThing Source # 
Show ListJobExecutionsForThing Source # 
Generic ListJobExecutionsForThing Source # 
Hashable ListJobExecutionsForThing Source # 
NFData ListJobExecutionsForThing Source # 
AWSRequest ListJobExecutionsForThing Source # 
ToHeaders ListJobExecutionsForThing Source # 
ToPath ListJobExecutionsForThing Source # 
ToQuery ListJobExecutionsForThing Source # 
type Rep ListJobExecutionsForThing Source # 
type Rep ListJobExecutionsForThing = D1 * (MetaData "ListJobExecutionsForThing" "Network.AWS.IoT.ListJobExecutionsForThing" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListJobExecutionsForThing'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ljeftStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobExecutionStatus))) (S1 * (MetaSel (Just Symbol "_ljeftNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljeftMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_ljeftThingName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ListJobExecutionsForThing Source # 

Request Lenses

ljeftStatus :: Lens' ListJobExecutionsForThing (Maybe JobExecutionStatus) Source #

An optional filter that lets you search for jobs that have the specified status.

ljeftNextToken :: Lens' ListJobExecutionsForThing (Maybe Text) Source #

The token to retrieve the next set of results.

ljeftMaxResults :: Lens' ListJobExecutionsForThing (Maybe Natural) Source #

The maximum number of results to be returned per request.

Destructuring the Response

listJobExecutionsForThingResponse Source #

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

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

data ListJobExecutionsForThingResponse Source #

See: listJobExecutionsForThingResponse smart constructor.

Instances

Eq ListJobExecutionsForThingResponse Source # 
Data ListJobExecutionsForThingResponse Source # 

Methods

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

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

toConstr :: ListJobExecutionsForThingResponse -> Constr #

dataTypeOf :: ListJobExecutionsForThingResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListJobExecutionsForThingResponse Source # 
Show ListJobExecutionsForThingResponse Source # 
Generic ListJobExecutionsForThingResponse Source # 
NFData ListJobExecutionsForThingResponse Source # 
type Rep ListJobExecutionsForThingResponse Source # 
type Rep ListJobExecutionsForThingResponse = D1 * (MetaData "ListJobExecutionsForThingResponse" "Network.AWS.IoT.ListJobExecutionsForThing" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListJobExecutionsForThingResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljeftrsExecutionSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [JobExecutionSummaryForThing]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ljeftrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ljeftrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

ljeftrsNextToken :: Lens' ListJobExecutionsForThingResponse (Maybe Text) Source #

The token for the next set of results, or null if there are no additional results.