amazonka-kafka-2.0: Amazon Managed Streaming for Kafka SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kafka.UpdateConnectivity

Description

Updates the cluster's connectivity configuration.

Synopsis

Creating a Request

data UpdateConnectivity Source #

Request body for UpdateConnectivity.

See: newUpdateConnectivity smart constructor.

Constructors

UpdateConnectivity' 

Fields

  • clusterArn :: Text

    The Amazon Resource Name (ARN) of the configuration.

  • connectivityInfo :: ConnectivityInfo

    Information about the broker access configuration.

  • currentVersion :: Text

    The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

Instances

Instances details
ToJSON UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

ToHeaders UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

ToPath UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

ToQuery UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

AWSRequest UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Associated Types

type AWSResponse UpdateConnectivity #

Generic UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Associated Types

type Rep UpdateConnectivity :: Type -> Type #

Read UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Show UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

NFData UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Methods

rnf :: UpdateConnectivity -> () #

Eq UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Hashable UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

type AWSResponse UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

type Rep UpdateConnectivity Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

type Rep UpdateConnectivity = D1 ('MetaData "UpdateConnectivity" "Amazonka.Kafka.UpdateConnectivity" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "UpdateConnectivity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "connectivityInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ConnectivityInfo) :*: S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateConnectivity Source #

Create a value of UpdateConnectivity 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:

UpdateConnectivity, updateConnectivity_clusterArn - The Amazon Resource Name (ARN) of the configuration.

UpdateConnectivity, updateConnectivity_connectivityInfo - Information about the broker access configuration.

UpdateConnectivity, updateConnectivity_currentVersion - The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

Request Lenses

updateConnectivity_clusterArn :: Lens' UpdateConnectivity Text Source #

The Amazon Resource Name (ARN) of the configuration.

updateConnectivity_connectivityInfo :: Lens' UpdateConnectivity ConnectivityInfo Source #

Information about the broker access configuration.

updateConnectivity_currentVersion :: Lens' UpdateConnectivity Text Source #

The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

Destructuring the Response

data UpdateConnectivityResponse Source #

See: newUpdateConnectivityResponse smart constructor.

Constructors

UpdateConnectivityResponse' 

Fields

Instances

Instances details
Generic UpdateConnectivityResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Associated Types

type Rep UpdateConnectivityResponse :: Type -> Type #

Read UpdateConnectivityResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Show UpdateConnectivityResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

NFData UpdateConnectivityResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

Eq UpdateConnectivityResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

type Rep UpdateConnectivityResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateConnectivity

type Rep UpdateConnectivityResponse = D1 ('MetaData "UpdateConnectivityResponse" "Amazonka.Kafka.UpdateConnectivity" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "UpdateConnectivityResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clusterOperationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateConnectivityResponse Source #

Create a value of UpdateConnectivityResponse 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:

UpdateConnectivity, updateConnectivityResponse_clusterArn - The Amazon Resource Name (ARN) of the cluster.

$sel:clusterOperationArn:UpdateConnectivityResponse', updateConnectivityResponse_clusterOperationArn - The Amazon Resource Name (ARN) of the cluster operation.

$sel:httpStatus:UpdateConnectivityResponse', updateConnectivityResponse_httpStatus - The response's http status code.

Response Lenses

updateConnectivityResponse_clusterArn :: Lens' UpdateConnectivityResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the cluster.

updateConnectivityResponse_clusterOperationArn :: Lens' UpdateConnectivityResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the cluster operation.