Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
A list of brokers that a client application can use to bootstrap.
Synopsis
- data GetBootstrapBrokers = GetBootstrapBrokers' {
- clusterArn :: Text
- newGetBootstrapBrokers :: Text -> GetBootstrapBrokers
- getBootstrapBrokers_clusterArn :: Lens' GetBootstrapBrokers Text
- data GetBootstrapBrokersResponse = GetBootstrapBrokersResponse' {}
- newGetBootstrapBrokersResponse :: Int -> GetBootstrapBrokersResponse
- getBootstrapBrokersResponse_bootstrapBrokerString :: Lens' GetBootstrapBrokersResponse (Maybe Text)
- getBootstrapBrokersResponse_bootstrapBrokerStringSaslScram :: Lens' GetBootstrapBrokersResponse (Maybe Text)
- getBootstrapBrokersResponse_bootstrapBrokerStringTls :: Lens' GetBootstrapBrokersResponse (Maybe Text)
- getBootstrapBrokersResponse_bootstrapBrokerStringSaslIam :: Lens' GetBootstrapBrokersResponse (Maybe Text)
- getBootstrapBrokersResponse_httpStatus :: Lens' GetBootstrapBrokersResponse Int
Creating a Request
data GetBootstrapBrokers Source #
See: newGetBootstrapBrokers
smart constructor.
GetBootstrapBrokers' | |
|
Instances
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.
GetBootstrapBrokersResponse' | |
|
Instances
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_bootstrapBrokerString :: Lens' GetBootstrapBrokersResponse (Maybe Text) Source #
A string containing one or more hostname:port pairs.
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.
getBootstrapBrokersResponse_httpStatus :: Lens' GetBootstrapBrokersResponse Int Source #
The response's http status code.