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