| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate
Description
Synopsis
- data ReplicaAutoScalingUpdate = ReplicaAutoScalingUpdate' {}
- newReplicaAutoScalingUpdate :: Text -> ReplicaAutoScalingUpdate
- replicaAutoScalingUpdate_replicaGlobalSecondaryIndexUpdates :: Lens' ReplicaAutoScalingUpdate (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate])
- replicaAutoScalingUpdate_replicaProvisionedReadCapacityAutoScalingUpdate :: Lens' ReplicaAutoScalingUpdate (Maybe AutoScalingSettingsUpdate)
- 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.
Constructors
| ReplicaAutoScalingUpdate' | |
Fields
| |
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:replicaGlobalSecondaryIndexUpdates:ReplicaAutoScalingUpdate', replicaAutoScalingUpdate_replicaGlobalSecondaryIndexUpdates - Represents the auto scaling settings of global secondary indexes that
will be modified.
$sel:replicaProvisionedReadCapacityAutoScalingUpdate:ReplicaAutoScalingUpdate', replicaAutoScalingUpdate_replicaProvisionedReadCapacityAutoScalingUpdate - Undocumented member.
$sel:regionName:ReplicaAutoScalingUpdate', replicaAutoScalingUpdate_regionName - The Region where the replica exists.
replicaAutoScalingUpdate_replicaGlobalSecondaryIndexUpdates :: Lens' ReplicaAutoScalingUpdate (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate]) Source #
Represents the auto scaling settings of global secondary indexes that will be modified.
replicaAutoScalingUpdate_replicaProvisionedReadCapacityAutoScalingUpdate :: Lens' ReplicaAutoScalingUpdate (Maybe AutoScalingSettingsUpdate) Source #
Undocumented member.
replicaAutoScalingUpdate_regionName :: Lens' ReplicaAutoScalingUpdate Text Source #
The Region where the replica exists.