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.DescribeJobExecution

Contents

Description

Describes a job execution.

Synopsis

Creating a Request

describeJobExecution Source #

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

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

  • djeExecutionNumber - A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
  • djeJobId - The unique identifier you assigned to this job when it was created.
  • djeThingName - The name of the thing on which the job execution is running.

data DescribeJobExecution Source #

See: describeJobExecution smart constructor.

Instances

Eq DescribeJobExecution Source # 
Data DescribeJobExecution Source # 

Methods

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

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

toConstr :: DescribeJobExecution -> Constr #

dataTypeOf :: DescribeJobExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeJobExecution Source # 
Show DescribeJobExecution Source # 
Generic DescribeJobExecution Source # 
Hashable DescribeJobExecution Source # 
NFData DescribeJobExecution Source # 

Methods

rnf :: DescribeJobExecution -> () #

AWSRequest DescribeJobExecution Source # 
ToHeaders DescribeJobExecution Source # 
ToPath DescribeJobExecution Source # 
ToQuery DescribeJobExecution Source # 
type Rep DescribeJobExecution Source # 
type Rep DescribeJobExecution = D1 * (MetaData "DescribeJobExecution" "Network.AWS.IoT.DescribeJobExecution" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DescribeJobExecution'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_djeExecutionNumber") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Integer))) ((:*:) * (S1 * (MetaSel (Just Symbol "_djeJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_djeThingName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeJobExecution Source # 

Request Lenses

djeExecutionNumber :: Lens' DescribeJobExecution (Maybe Integer) Source #

A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.

djeJobId :: Lens' DescribeJobExecution Text Source #

The unique identifier you assigned to this job when it was created.

djeThingName :: Lens' DescribeJobExecution Text Source #

The name of the thing on which the job execution is running.

Destructuring the Response

describeJobExecutionResponse Source #

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

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

data DescribeJobExecutionResponse Source #

See: describeJobExecutionResponse smart constructor.

Instances

Eq DescribeJobExecutionResponse Source # 
Data DescribeJobExecutionResponse Source # 

Methods

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

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

toConstr :: DescribeJobExecutionResponse -> Constr #

dataTypeOf :: DescribeJobExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeJobExecutionResponse Source # 
Show DescribeJobExecutionResponse Source # 
Generic DescribeJobExecutionResponse Source # 
NFData DescribeJobExecutionResponse Source # 
type Rep DescribeJobExecutionResponse Source # 
type Rep DescribeJobExecutionResponse = D1 * (MetaData "DescribeJobExecutionResponse" "Network.AWS.IoT.DescribeJobExecution" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DescribeJobExecutionResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_djersExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe JobExecution))) (S1 * (MetaSel (Just Symbol "_djersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses