libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EMR.Types.SimplifiedApplication

Description

 
Synopsis

Documentation

data SimplifiedApplication Source #

The returned release label application names or versions.

See: newSimplifiedApplication smart constructor.

Constructors

SimplifiedApplication' 

Fields

  • name :: Maybe Text

    The returned release label application name. For example, hadoop.

  • version :: Maybe Text

    The returned release label application version. For example, 3.2.1.

Instances

Instances details
Eq SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Read SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Show SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Generic SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Associated Types

type Rep SimplifiedApplication :: Type -> Type #

NFData SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Methods

rnf :: SimplifiedApplication -> () #

Hashable SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

FromJSON SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

type Rep SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

type Rep SimplifiedApplication = D1 ('MetaData "SimplifiedApplication" "Amazonka.EMR.Types.SimplifiedApplication" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SimplifiedApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.