| 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.EMR.Types.OSRelease
Description
Synopsis
- data OSRelease = OSRelease' {}
- newOSRelease :: OSRelease
- oSRelease_label :: Lens' OSRelease (Maybe Text)
Documentation
The Amazon Linux release specified for a cluster in the RunJobFlow request.
See: newOSRelease smart constructor.
Constructors
| OSRelease' | |
Fields
| |
Instances
| FromJSON OSRelease Source # | |
| Generic OSRelease Source # | |
| Read OSRelease Source # | |
| Show OSRelease Source # | |
| NFData OSRelease Source # | |
Defined in Amazonka.EMR.Types.OSRelease | |
| Eq OSRelease Source # | |
| Hashable OSRelease Source # | |
Defined in Amazonka.EMR.Types.OSRelease | |
| type Rep OSRelease Source # | |
Defined in Amazonka.EMR.Types.OSRelease | |
newOSRelease :: OSRelease Source #
Create a value of OSRelease 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:label:OSRelease', oSRelease_label - The Amazon Linux release specified for a cluster in the RunJobFlow
request. The format is as shown in
Amazon Linux 2 Release Notes
. For example, 2.0.20220218.1.
oSRelease_label :: Lens' OSRelease (Maybe Text) Source #
The Amazon Linux release specified for a cluster in the RunJobFlow request. The format is as shown in Amazon Linux 2 Release Notes . For example, 2.0.20220218.1.