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 |
Synopsis
- data SoftwareInformation = SoftwareInformation' {}
- newSoftwareInformation :: SoftwareInformation
- softwareInformation_installedVersion :: Lens' SoftwareInformation (Maybe Text)
- softwareInformation_installState :: Lens' SoftwareInformation (Maybe Text)
- softwareInformation_installingVersion :: Lens' SoftwareInformation (Maybe Text)
Documentation
data SoftwareInformation Source #
Information about the software on the device.
See: newSoftwareInformation
smart constructor.
SoftwareInformation' | |
|
Instances
newSoftwareInformation :: SoftwareInformation Source #
Create a value of SoftwareInformation
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:installedVersion:SoftwareInformation'
, softwareInformation_installedVersion
- The version of the software currently installed on the device.
$sel:installState:SoftwareInformation'
, softwareInformation_installState
- The state of the software that is installed or that is being installed
on the device.
$sel:installingVersion:SoftwareInformation'
, softwareInformation_installingVersion
- The version of the software being installed on the device.
softwareInformation_installedVersion :: Lens' SoftwareInformation (Maybe Text) Source #
The version of the software currently installed on the device.
softwareInformation_installState :: Lens' SoftwareInformation (Maybe Text) Source #
The state of the software that is installed or that is being installed on the device.
softwareInformation_installingVersion :: Lens' SoftwareInformation (Maybe Text) Source #
The version of the software being installed on the device.