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

Defined in Amazonka.Kafka.UpdateBrokerStorage

Read UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Show UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Generic UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Associated Types

type Rep UpdateBrokerStorage :: Type -> Type #

NFData UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Methods

rnf :: UpdateBrokerStorage -> () #

Hashable UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

ToJSON UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

AWSRequest UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Associated Types

type AWSResponse 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

type Rep UpdateBrokerStorage Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

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

Defined in Amazonka.Kafka.UpdateBrokerStorage

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:

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

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

Defined in Amazonka.Kafka.UpdateBrokerStorage

Read UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Show UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Generic UpdateBrokerStorageResponse Source # 
Instance details

Defined in Amazonka.Kafka.UpdateBrokerStorage

Associated Types

type Rep UpdateBrokerStorageResponse :: Type -> Type #

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

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