libZSservicesZSamazonka-kafkaZSamazonka-kafka
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.Kafka.Types.BrokerSoftwareInfo

Description

 
Synopsis

Documentation

data BrokerSoftwareInfo Source #

Information about the current software installed on the cluster.

See: newBrokerSoftwareInfo smart constructor.

Constructors

BrokerSoftwareInfo' 

Fields

Instances

Instances details
Eq BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

Read BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

Show BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

Generic BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

Associated Types

type Rep BrokerSoftwareInfo :: Type -> Type #

NFData BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

Methods

rnf :: BrokerSoftwareInfo -> () #

Hashable BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

FromJSON BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

type Rep BrokerSoftwareInfo Source # 
Instance details

Defined in Amazonka.Kafka.Types.BrokerSoftwareInfo

type Rep BrokerSoftwareInfo = D1 ('MetaData "BrokerSoftwareInfo" "Amazonka.Kafka.Types.BrokerSoftwareInfo" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "BrokerSoftwareInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "kafkaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "configurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBrokerSoftwareInfo :: BrokerSoftwareInfo Source #

Create a value of BrokerSoftwareInfo 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:configurationRevision:BrokerSoftwareInfo', brokerSoftwareInfo_configurationRevision - The revision of the configuration to use. This field isn't visible in this preview release.

$sel:kafkaVersion:BrokerSoftwareInfo', brokerSoftwareInfo_kafkaVersion - The version of Apache Kafka.

$sel:configurationArn:BrokerSoftwareInfo', brokerSoftwareInfo_configurationArn - The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

brokerSoftwareInfo_configurationRevision :: Lens' BrokerSoftwareInfo (Maybe Integer) Source #

The revision of the configuration to use. This field isn't visible in this preview release.

brokerSoftwareInfo_configurationArn :: Lens' BrokerSoftwareInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.