amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMR.Types.OSRelease

Description

 
Synopsis

Documentation

data OSRelease Source #

The Amazon Linux release specified for a cluster in the RunJobFlow request.

See: newOSRelease smart constructor.

Constructors

OSRelease' 

Fields

Instances

Instances details
FromJSON OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

Generic OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

Associated Types

type Rep OSRelease :: Type -> Type #

Read OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

Show OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

NFData OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

Methods

rnf :: OSRelease -> () #

Eq OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

Hashable OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

type Rep OSRelease Source # 
Instance details

Defined in Amazonka.EMR.Types.OSRelease

type Rep OSRelease = D1 ('MetaData "OSRelease" "Amazonka.EMR.Types.OSRelease" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "OSRelease'" 'PrefixI 'True) (S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.