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
Documentation
data ImagePackage Source #
Represents a package installed on an Image Builder image.
See: newImagePackage
smart constructor.
ImagePackage' | |
|
Instances
newImagePackage :: ImagePackage Source #
Create a value of ImagePackage
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:packageName:ImagePackage'
, imagePackage_packageName
- The name of the package as reported to the operating system package
manager.
$sel:packageVersion:ImagePackage'
, imagePackage_packageVersion
- The version of the package as reported to the operating system package
manager.
imagePackage_packageName :: Lens' ImagePackage (Maybe Text) Source #
The name of the package as reported to the operating system package manager.
imagePackage_packageVersion :: Lens' ImagePackage (Maybe Text) Source #
The version of the package as reported to the operating system package manager.