amazonka-iot-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Data ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

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

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Show ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Generic ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Associated Types

type Rep ListJobExecutionsForThing :: Type -> Type #

Hashable ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

AWSRequest ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Associated Types

type Rs ListJobExecutionsForThing :: Type #

ToHeaders ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

ToPath ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

ToQuery ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

NFData ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

type Rep ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

type Rep ListJobExecutionsForThing = D1 (MetaData "ListJobExecutionsForThing" "Network.AWS.IoT.ListJobExecutionsForThing" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListJobExecutionsForThing'" PrefixI True) ((S1 (MetaSel (Just "_ljeftStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobExecutionStatus)) :*: S1 (MetaSel (Just "_ljeftNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ljeftMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_ljeftThingName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListJobExecutionsForThing Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

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

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Data ListJobExecutionsForThingResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

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

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Show ListJobExecutionsForThingResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Generic ListJobExecutionsForThingResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

Associated Types

type Rep ListJobExecutionsForThingResponse :: Type -> Type #

NFData ListJobExecutionsForThingResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

type Rep ListJobExecutionsForThingResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListJobExecutionsForThing

type Rep ListJobExecutionsForThingResponse = D1 (MetaData "ListJobExecutionsForThingResponse" "Network.AWS.IoT.ListJobExecutionsForThing" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListJobExecutionsForThingResponse'" PrefixI True) (S1 (MetaSel (Just "_ljeftrsExecutionSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JobExecutionSummaryForThing])) :*: (S1 (MetaSel (Just "_ljeftrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.