Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ReplicaSettingsUpdate = ReplicaSettingsUpdate' {}
- newReplicaSettingsUpdate :: Text -> ReplicaSettingsUpdate
- replicaSettingsUpdate_replicaProvisionedReadCapacityAutoScalingSettingsUpdate :: Lens' ReplicaSettingsUpdate (Maybe AutoScalingSettingsUpdate)
- replicaSettingsUpdate_replicaProvisionedReadCapacityUnits :: Lens' ReplicaSettingsUpdate (Maybe Natural)
- replicaSettingsUpdate_replicaGlobalSecondaryIndexSettingsUpdate :: Lens' ReplicaSettingsUpdate (Maybe (NonEmpty ReplicaGlobalSecondaryIndexSettingsUpdate))
- replicaSettingsUpdate_regionName :: Lens' ReplicaSettingsUpdate Text
Documentation
data ReplicaSettingsUpdate Source #
Represents the settings for a global table in a Region that will be modified.
See: newReplicaSettingsUpdate
smart constructor.
ReplicaSettingsUpdate' | |
|
Instances
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_replicaProvisionedReadCapacityAutoScalingSettingsUpdate :: Lens' ReplicaSettingsUpdate (Maybe AutoScalingSettingsUpdate) Source #
Auto scaling settings for managing a global table replica's read capacity units.
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.