libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb
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.DynamoDB.Types.ReplicaSettingsUpdate

Description

 
Synopsis

Documentation

data ReplicaSettingsUpdate Source #

Represents the settings for a global table in a Region that will be modified.

See: newReplicaSettingsUpdate smart constructor.

Constructors

ReplicaSettingsUpdate' 

Fields

Instances

Instances details
Eq ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

Read ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

Show ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

Generic ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

Associated Types

type Rep ReplicaSettingsUpdate :: Type -> Type #

NFData ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

Methods

rnf :: ReplicaSettingsUpdate -> () #

Hashable ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

ToJSON ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

type Rep ReplicaSettingsUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaSettingsUpdate

type Rep ReplicaSettingsUpdate = D1 ('MetaData "ReplicaSettingsUpdate" "Amazonka.DynamoDB.Types.ReplicaSettingsUpdate" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ReplicaSettingsUpdate'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "replicaProvisionedReadCapacityAutoScalingSettingsUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsUpdate)) :*: S1 ('MetaSel ('Just "replicaProvisionedReadCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "replicaGlobalSecondaryIndexSettingsUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ReplicaGlobalSecondaryIndexSettingsUpdate))) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newReplicaSettingsUpdate Source #

Create a value of ReplicaSettingsUpdate 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:replicaProvisionedReadCapacityAutoScalingSettingsUpdate:ReplicaSettingsUpdate', replicaSettingsUpdate_replicaProvisionedReadCapacityAutoScalingSettingsUpdate - Auto scaling settings for managing a global table replica's read capacity units.

$sel:replicaProvisionedReadCapacityUnits:ReplicaSettingsUpdate', replicaSettingsUpdate_replicaProvisionedReadCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

$sel:replicaGlobalSecondaryIndexSettingsUpdate:ReplicaSettingsUpdate', replicaSettingsUpdate_replicaGlobalSecondaryIndexSettingsUpdate - Represents the settings of a global secondary index for a global table that will be modified.

$sel:regionName:ReplicaSettingsUpdate', replicaSettingsUpdate_regionName - The Region of the replica to be added.

replicaSettingsUpdate_replicaProvisionedReadCapacityUnits :: Lens' ReplicaSettingsUpdate (Maybe Natural) Source #

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

replicaSettingsUpdate_replicaGlobalSecondaryIndexSettingsUpdate :: Lens' ReplicaSettingsUpdate (Maybe (NonEmpty ReplicaGlobalSecondaryIndexSettingsUpdate)) Source #

Represents the settings of a global secondary index for a global table that will be modified.

replicaSettingsUpdate_regionName :: Lens' ReplicaSettingsUpdate Text Source #

The Region of the replica to be added.