| 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.LatestDeviceJob
Description
Documentation
data LatestDeviceJob Source #
Returns information about the latest device job.
See: newLatestDeviceJob smart constructor.
Constructors
| LatestDeviceJob' | |
Fields
| |
Instances
newLatestDeviceJob :: LatestDeviceJob Source #
Create a value of LatestDeviceJob 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:imageVersion:LatestDeviceJob', latestDeviceJob_imageVersion - The target version of the device software.
$sel:jobType:LatestDeviceJob', latestDeviceJob_jobType - The job's type.
$sel:status:LatestDeviceJob', latestDeviceJob_status - Status of the latest device job.
latestDeviceJob_imageVersion :: Lens' LatestDeviceJob (Maybe Text) Source #
The target version of the device software.
latestDeviceJob_jobType :: Lens' LatestDeviceJob (Maybe JobType) Source #
The job's type.
latestDeviceJob_status :: Lens' LatestDeviceJob (Maybe UpdateProgress) Source #
Status of the latest device job.