amazonka-m2-2.0: Amazon MainframeModernization 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.M2.Types.EngineVersionsSummary

Description

 
Synopsis

Documentation

data EngineVersionsSummary Source #

A subset of information about the engine version for a specific application.

See: newEngineVersionsSummary smart constructor.

Constructors

EngineVersionsSummary' 

Fields

Instances

Instances details
FromJSON EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Generic EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Associated Types

type Rep EngineVersionsSummary :: Type -> Type #

Read EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Show EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

NFData EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Methods

rnf :: EngineVersionsSummary -> () #

Eq EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

Hashable EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

type Rep EngineVersionsSummary Source # 
Instance details

Defined in Amazonka.M2.Types.EngineVersionsSummary

type Rep EngineVersionsSummary = D1 ('MetaData "EngineVersionsSummary" "Amazonka.M2.Types.EngineVersionsSummary" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "EngineVersionsSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "engineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "engineVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEngineVersionsSummary Source #

Create a value of EngineVersionsSummary 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:engineType:EngineVersionsSummary', engineVersionsSummary_engineType - The type of target platform for the application.

$sel:engineVersion:EngineVersionsSummary', engineVersionsSummary_engineVersion - The version of the engine type used by the application.

engineVersionsSummary_engineType :: Lens' EngineVersionsSummary Text Source #

The type of target platform for the application.

engineVersionsSummary_engineVersion :: Lens' EngineVersionsSummary Text Source #

The version of the engine type used by the application.