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

Description

Updates the EBS storage associated with MSK brokers.

Synopsis

Creating a Request

data UpdateBrokerStorage Source #

See: newUpdateBrokerStorage smart constructor.

Constructors

UpdateBrokerStorage' 

Fields

Instances

Instances details
ToJSON UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

ToHeaders UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

ToPath UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

ToQuery UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

AWSRequest UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Associated Types

type AWSResponse UpdateBrokerStorage #

Generic UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Associated Types

type Rep UpdateBrokerStorage :: Type -> Type #

Read UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Show UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

NFData UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Methods

rnf :: UpdateBrokerStorage -> () #

Eq UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Hashable UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

type AWSResponse UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

type Rep UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

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

newUpdateBrokerStorage Source #

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

UpdateBrokerStorage, updateBrokerStorage_clusterArn - The Amazon Resource Name (ARN) that uniquely identifies the cluster.

$sel:targetBrokerEBSVolumeInfo:UpdateBrokerStorage', updateBrokerStorage_targetBrokerEBSVolumeInfo - Describes the target volume size and the ID of the broker to apply the update to.

UpdateBrokerStorage, updateBrokerStorage_currentVersion - The version of cluster to update from. A successful operation will then generate a new version.

Request Lenses

updateBrokerStorage_clusterArn :: Lens' UpdateBrokerStorage Text Source #

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

updateBrokerStorage_targetBrokerEBSVolumeInfo :: Lens' UpdateBrokerStorage [BrokerEBSVolumeInfo] Source #

Describes the target volume size and the ID of the broker to apply the update to.

updateBrokerStorage_currentVersion :: Lens' UpdateBrokerStorage Text Source #

The version of cluster to update from. A successful operation will then generate a new version.

Destructuring the Response

data UpdateBrokerStorageResponse Source #

See: newUpdateBrokerStorageResponse smart constructor.

Constructors

UpdateBrokerStorageResponse' 

Fields

Instances

Instances details
Generic UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Associated Types

type Rep UpdateBrokerStorageResponse :: Type -> Type #

Read UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Show UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

NFData UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Eq UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

type Rep UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

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

newUpdateBrokerStorageResponse Source #

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

UpdateBrokerStorage, updateBrokerStorageResponse_clusterArn - The Amazon Resource Name (ARN) of the cluster.

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

$sel:httpStatus:UpdateBrokerStorageResponse', updateBrokerStorageResponse_httpStatus - The response's http status code.

Response Lenses

updateBrokerStorageResponse_clusterOperationArn :: Lens' UpdateBrokerStorageResponse (Maybe Text) Source #

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