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.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
Eq UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Read UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Show 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 #

NFData UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Hashable UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

ToJSON UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

AWSRequest 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

type Rep UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

type Rep UpdateClusterConfiguration = D1 ('MetaData "UpdateClusterConfiguration" "Amazonka.Kafka.UpdateClusterConfiguration" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" '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))))
type AWSResponse UpdateClusterConfiguration Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

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:

$sel:clusterArn:UpdateClusterConfiguration', updateClusterConfiguration_clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.

$sel:currentVersion:UpdateClusterConfiguration', updateClusterConfiguration_currentVersion - The version of the cluster that needs to be updated.

$sel:configurationInfo: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
Eq UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Read UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Show UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Generic UpdateClusterConfigurationResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateClusterConfiguration

Associated Types

type Rep UpdateClusterConfigurationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-kafkaZSamazonka-kafka" '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:

$sel:clusterArn: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