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

Description

A list of brokers that a client application can use to bootstrap.

Synopsis

Creating a Request

data GetBootstrapBrokers Source #

See: newGetBootstrapBrokers smart constructor.

Constructors

GetBootstrapBrokers' 

Fields

  • clusterArn :: Text

    The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Instances

Instances details
Eq GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Read GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Show GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Generic GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Associated Types

type Rep GetBootstrapBrokers :: Type -> Type #

NFData GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Methods

rnf :: GetBootstrapBrokers -> () #

Hashable GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

AWSRequest GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Associated Types

type AWSResponse GetBootstrapBrokers #

ToHeaders GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

ToPath GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

ToQuery GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

type Rep GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

type Rep GetBootstrapBrokers = D1 ('MetaData "GetBootstrapBrokers" "Amazonka.Kafka.GetBootstrapBrokers" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "GetBootstrapBrokers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetBootstrapBrokers Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

newGetBootstrapBrokers Source #

Create a value of GetBootstrapBrokers 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:clusterArn:GetBootstrapBrokers', getBootstrapBrokers_clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Request Lenses

getBootstrapBrokers_clusterArn :: Lens' GetBootstrapBrokers Text Source #

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Destructuring the Response

data GetBootstrapBrokersResponse Source #

See: newGetBootstrapBrokersResponse smart constructor.

Constructors

GetBootstrapBrokersResponse' 

Fields

Instances

Instances details
Eq GetBootstrapBrokersResponse Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Read GetBootstrapBrokersResponse Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Show GetBootstrapBrokersResponse Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Generic GetBootstrapBrokersResponse Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

Associated Types

type Rep GetBootstrapBrokersResponse :: Type -> Type #

NFData GetBootstrapBrokersResponse Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

type Rep GetBootstrapBrokersResponse Source # 
Instance details

Defined in Amazonka.Kafka.GetBootstrapBrokers

type Rep GetBootstrapBrokersResponse = D1 ('MetaData "GetBootstrapBrokersResponse" "Amazonka.Kafka.GetBootstrapBrokers" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" 'False) (C1 ('MetaCons "GetBootstrapBrokersResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bootstrapBrokerString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bootstrapBrokerStringSaslScram") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "bootstrapBrokerStringTls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bootstrapBrokerStringSaslIam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetBootstrapBrokersResponse Source #

Create a value of GetBootstrapBrokersResponse 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:bootstrapBrokerString:GetBootstrapBrokersResponse', getBootstrapBrokersResponse_bootstrapBrokerString - A string containing one or more hostname:port pairs.

$sel:bootstrapBrokerStringSaslScram:GetBootstrapBrokersResponse', getBootstrapBrokersResponse_bootstrapBrokerStringSaslScram - A string containing one or more DNS names (or IP) and Sasl Scram port pairs.

$sel:bootstrapBrokerStringTls:GetBootstrapBrokersResponse', getBootstrapBrokersResponse_bootstrapBrokerStringTls - A string containing one or more DNS names (or IP) and TLS port pairs.

$sel:bootstrapBrokerStringSaslIam:GetBootstrapBrokersResponse', getBootstrapBrokersResponse_bootstrapBrokerStringSaslIam - A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.

$sel:httpStatus:GetBootstrapBrokersResponse', getBootstrapBrokersResponse_httpStatus - The response's http status code.

Response Lenses

getBootstrapBrokersResponse_bootstrapBrokerStringSaslScram :: Lens' GetBootstrapBrokersResponse (Maybe Text) Source #

A string containing one or more DNS names (or IP) and Sasl Scram port pairs.

getBootstrapBrokersResponse_bootstrapBrokerStringTls :: Lens' GetBootstrapBrokersResponse (Maybe Text) Source #

A string containing one or more DNS names (or IP) and TLS port pairs.

getBootstrapBrokersResponse_bootstrapBrokerStringSaslIam :: Lens' GetBootstrapBrokersResponse (Maybe Text) Source #

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.