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

Description

Updates the cluster with the configuration that is specified in the request body.

Synopsis

Creating a Request

data UpdateClusterConfiguration Source #

See: newUpdateClusterConfiguration smart constructor.

Constructors

UpdateClusterConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

ToHeaders UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

ToPath UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

ToQuery UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

AWSRequest UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Generic UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Associated Types

type Rep UpdateClusterConfiguration :: Type -> Type #

Read UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Show UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

NFData UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Eq UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Hashable UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

type AWSResponse UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

type Rep UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

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

newUpdateClusterConfiguration Source #

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

UpdateClusterConfiguration, updateClusterConfiguration_clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.

UpdateClusterConfiguration, updateClusterConfiguration_currentVersion - The version of the cluster that needs to be updated.

UpdateClusterConfiguration, updateClusterConfiguration_configurationInfo - Represents the configuration that you want MSK to use for the brokers in a cluster.

Request Lenses

updateClusterConfiguration_clusterArn :: Lens' UpdateClusterConfiguration Text Source #

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

updateClusterConfiguration_currentVersion :: Lens' UpdateClusterConfiguration Text Source #

The version of the cluster that needs to be updated.

updateClusterConfiguration_configurationInfo :: Lens' UpdateClusterConfiguration ConfigurationInfo Source #

Represents the configuration that you want MSK to use for the brokers in a cluster.

Destructuring the Response

data UpdateClusterConfigurationResponse Source #

Constructors

UpdateClusterConfigurationResponse' 

Fields

Instances

Instances details
Generic UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Associated Types

type Rep UpdateClusterConfigurationResponse :: Type -> Type #

Read UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Show UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

NFData UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Eq UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

type Rep UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

type Rep UpdateClusterConfigurationResponse = D1 ('MetaData "UpdateClusterConfigurationResponse" "Amazonka.Kafka.UpdateClusterConfiguration" "amazonka-kafka-2.0-Go9aKmtSH8zJub8xGjzkib" 'False) (C1 ('MetaCons "UpdateClusterConfigurationResponse'" '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))))

newUpdateClusterConfigurationResponse Source #

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

UpdateClusterConfiguration, updateClusterConfigurationResponse_clusterArn - The Amazon Resource Name (ARN) of the cluster.

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

$sel:httpStatus:UpdateClusterConfigurationResponse', updateClusterConfigurationResponse_httpStatus - The response's http status code.

Response Lenses