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 ReplicaAutoScalingUpdate = ReplicaAutoScalingUpdate' {}
- newReplicaAutoScalingUpdate :: Text -> ReplicaAutoScalingUpdate
- replicaAutoScalingUpdate_replicaProvisionedReadCapacityAutoScalingUpdate :: Lens' ReplicaAutoScalingUpdate (Maybe AutoScalingSettingsUpdate)
- replicaAutoScalingUpdate_replicaGlobalSecondaryIndexUpdates :: Lens' ReplicaAutoScalingUpdate (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate])
- replicaAutoScalingUpdate_regionName :: Lens' ReplicaAutoScalingUpdate Text
Documentation
data ReplicaAutoScalingUpdate Source #
Represents the auto scaling settings of a replica that will be modified.
See: newReplicaAutoScalingUpdate
smart constructor.
ReplicaAutoScalingUpdate' | |
|
Instances
newReplicaAutoScalingUpdate Source #
Create a value of ReplicaAutoScalingUpdate
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:replicaProvisionedReadCapacityAutoScalingUpdate:ReplicaAutoScalingUpdate'
, replicaAutoScalingUpdate_replicaProvisionedReadCapacityAutoScalingUpdate
- Undocumented member.
$sel:replicaGlobalSecondaryIndexUpdates:ReplicaAutoScalingUpdate'
, replicaAutoScalingUpdate_replicaGlobalSecondaryIndexUpdates
- Represents the auto scaling settings of global secondary indexes that
will be modified.
$sel:regionName:ReplicaAutoScalingUpdate'
, replicaAutoScalingUpdate_regionName
- The Region where the replica exists.
replicaAutoScalingUpdate_replicaProvisionedReadCapacityAutoScalingUpdate :: Lens' ReplicaAutoScalingUpdate (Maybe AutoScalingSettingsUpdate) Source #
Undocumented member.
replicaAutoScalingUpdate_replicaGlobalSecondaryIndexUpdates :: Lens' ReplicaAutoScalingUpdate (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate]) Source #
Represents the auto scaling settings of global secondary indexes that will be modified.
replicaAutoScalingUpdate_regionName :: Lens' ReplicaAutoScalingUpdate Text Source #
The Region where the replica exists.