| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Panorama.Types.Job
Description
Documentation
A job for a device.
See: newJob smart constructor.
Constructors
| Job' | |
Instances
| FromJSON Job Source # | |
| Generic Job Source # | |
| Read Job Source # | |
| Show Job Source # | |
| NFData Job Source # | |
Defined in Amazonka.Panorama.Types.Job | |
| Eq Job Source # | |
| Hashable Job Source # | |
Defined in Amazonka.Panorama.Types.Job | |
| type Rep Job Source # | |
Defined in Amazonka.Panorama.Types.Job type Rep Job = D1 ('MetaData "Job" "Amazonka.Panorama.Types.Job" "amazonka-panorama-2.0-9Y2Sxd8ToqsBjPczgPI6n1" 'False) (C1 ('MetaCons "Job'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Job 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:deviceId:Job', job_deviceId - The target device's ID.
$sel:jobId:Job', job_jobId - The job's ID.