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 SoftwarePackage = SoftwarePackage' {}
- newSoftwarePackage :: SoftwarePackage
- softwarePackage_filePath :: Lens' SoftwarePackage (Maybe Text)
- softwarePackage_release :: Lens' SoftwarePackage (Maybe Text)
- softwarePackage_name :: Lens' SoftwarePackage (Maybe Text)
- softwarePackage_version :: Lens' SoftwarePackage (Maybe Text)
- softwarePackage_architecture :: Lens' SoftwarePackage (Maybe Text)
- softwarePackage_packageManager :: Lens' SoftwarePackage (Maybe Text)
- softwarePackage_epoch :: Lens' SoftwarePackage (Maybe Text)
Documentation
data SoftwarePackage Source #
Information about a software package.
See: newSoftwarePackage
smart constructor.
SoftwarePackage' | |
|
Instances
newSoftwarePackage :: SoftwarePackage Source #
Create a value of SoftwarePackage
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:filePath:SoftwarePackage'
, softwarePackage_filePath
- The file system path to the package manager inventory file.
$sel:release:SoftwarePackage'
, softwarePackage_release
- The release of the software package.
$sel:name:SoftwarePackage'
, softwarePackage_name
- The name of the software package.
$sel:version:SoftwarePackage'
, softwarePackage_version
- The version of the software package.
$sel:architecture:SoftwarePackage'
, softwarePackage_architecture
- The architecture used for the software package.
$sel:packageManager:SoftwarePackage'
, softwarePackage_packageManager
- The source of the package.
$sel:epoch:SoftwarePackage'
, softwarePackage_epoch
- The epoch of the software package.
softwarePackage_filePath :: Lens' SoftwarePackage (Maybe Text) Source #
The file system path to the package manager inventory file.
softwarePackage_release :: Lens' SoftwarePackage (Maybe Text) Source #
The release of the software package.
softwarePackage_name :: Lens' SoftwarePackage (Maybe Text) Source #
The name of the software package.
softwarePackage_version :: Lens' SoftwarePackage (Maybe Text) Source #
The version of the software package.
softwarePackage_architecture :: Lens' SoftwarePackage (Maybe Text) Source #
The architecture used for the software package.
softwarePackage_packageManager :: Lens' SoftwarePackage (Maybe Text) Source #
The source of the package.
softwarePackage_epoch :: Lens' SoftwarePackage (Maybe Text) Source #
The epoch of the software package.