libZSservicesZSamazonka-mqZSamazonka-mq
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.MQ.Types.EngineVersion

Description

 
Synopsis

Documentation

data EngineVersion Source #

Id of the engine version.

See: newEngineVersion smart constructor.

Constructors

EngineVersion' 

Fields

Instances

Instances details
Eq EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

Read EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

Show EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

Generic EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

Associated Types

type Rep EngineVersion :: Type -> Type #

NFData EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

Methods

rnf :: EngineVersion -> () #

Hashable EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

FromJSON EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

type Rep EngineVersion Source # 
Instance details

Defined in Amazonka.MQ.Types.EngineVersion

type Rep EngineVersion = D1 ('MetaData "EngineVersion" "Amazonka.MQ.Types.EngineVersion" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "EngineVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEngineVersion :: EngineVersion Source #

Create a value of EngineVersion 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:EngineVersion', engineVersion_name - Id for the version.