| 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.SnowDeviceManagement.Types.SoftwareInformation
Description
Synopsis
- data SoftwareInformation = SoftwareInformation' {}
- newSoftwareInformation :: SoftwareInformation
- softwareInformation_installState :: Lens' SoftwareInformation (Maybe Text)
- softwareInformation_installedVersion :: 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.
Constructors
| SoftwareInformation' | |
Fields
| |
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:installState:SoftwareInformation', softwareInformation_installState - The state of the software that is installed or that is being installed
on the device.
$sel:installedVersion:SoftwareInformation', softwareInformation_installedVersion - The version of the software currently installed on the device.
$sel:installingVersion:SoftwareInformation', softwareInformation_installingVersion - The version of the software being 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_installedVersion :: Lens' SoftwareInformation (Maybe Text) Source #
The version of the software currently installed on the device.
softwareInformation_installingVersion :: Lens' SoftwareInformation (Maybe Text) Source #
The version of the software being installed on the device.