libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoT.Types.JobExecutionSummaryForThing

Description

 
Synopsis

Documentation

data JobExecutionSummaryForThing Source #

The job execution summary for a thing.

See: newJobExecutionSummaryForThing smart constructor.

Constructors

JobExecutionSummaryForThing' 

Fields

Instances

Instances details
Eq JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

Read JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

Show JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

Generic JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

Associated Types

type Rep JobExecutionSummaryForThing :: Type -> Type #

NFData JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

Hashable JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

FromJSON JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

type Rep JobExecutionSummaryForThing Source # 
Instance details

Defined in Amazonka.IoT.Types.JobExecutionSummaryForThing

type Rep JobExecutionSummaryForThing = D1 ('MetaData "JobExecutionSummaryForThing" "Amazonka.IoT.Types.JobExecutionSummaryForThing" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "JobExecutionSummaryForThing'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobExecutionSummary))))

newJobExecutionSummaryForThing :: JobExecutionSummaryForThing Source #

Create a value of JobExecutionSummaryForThing with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jobId:JobExecutionSummaryForThing', jobExecutionSummaryForThing_jobId - The unique identifier you assigned to this job when it was created.

$sel:jobExecutionSummary:JobExecutionSummaryForThing', jobExecutionSummaryForThing_jobExecutionSummary - Contains a subset of information about a job execution.

jobExecutionSummaryForThing_jobId :: Lens' JobExecutionSummaryForThing (Maybe Text) Source #

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