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 |
Documentation
data SimplifiedApplication Source #
The returned release label application names or versions.
See: newSimplifiedApplication
smart constructor.
Instances
newSimplifiedApplication :: SimplifiedApplication Source #
Create a value of SimplifiedApplication
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:name:SimplifiedApplication'
, simplifiedApplication_name
- The returned release label application name. For example, hadoop
.
$sel:version:SimplifiedApplication'
, simplifiedApplication_version
- The returned release label application version. For example, 3.2.1
.
simplifiedApplication_name :: Lens' SimplifiedApplication (Maybe Text) Source #
The returned release label application name. For example, hadoop
.
simplifiedApplication_version :: Lens' SimplifiedApplication (Maybe Text) Source #
The returned release label application version. For example, 3.2.1
.