| 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.ImageBuilder.Types.ImagePackage
Description
Synopsis
Documentation
data ImagePackage Source #
Represents a package installed on an Image Builder image.
See: newImagePackage smart constructor.
Constructors
| ImagePackage' | |
Fields
| |
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.