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.BrokerInstance

Description

 
Synopsis

Documentation

data BrokerInstance Source #

Returns information about all brokers.

See: newBrokerInstance smart constructor.

Constructors

BrokerInstance' 

Fields

Instances

Instances details
Eq BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

Read BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

Show BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

Generic BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

Associated Types

type Rep BrokerInstance :: Type -> Type #

NFData BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

Methods

rnf :: BrokerInstance -> () #

Hashable BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

FromJSON BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

type Rep BrokerInstance Source # 
Instance details

Defined in Amazonka.MQ.Types.BrokerInstance

type Rep BrokerInstance = D1 ('MetaData "BrokerInstance" "Amazonka.MQ.Types.BrokerInstance" "libZSservicesZSamazonka-mqZSamazonka-mq" 'False) (C1 ('MetaCons "BrokerInstance'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "consoleURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newBrokerInstance :: BrokerInstance Source #

Create a value of BrokerInstance 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:ipAddress:BrokerInstance', brokerInstance_ipAddress - The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.

$sel:consoleURL:BrokerInstance', brokerInstance_consoleURL - The brokers web console URL.

$sel:endpoints:BrokerInstance', brokerInstance_endpoints - The broker's wire-level protocol endpoints.

brokerInstance_ipAddress :: Lens' BrokerInstance (Maybe Text) Source #

The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.

brokerInstance_endpoints :: Lens' BrokerInstance (Maybe [Text]) Source #

The broker's wire-level protocol endpoints.