amazonka-dynamodb-2.0: Amazon DynamoDB SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Description

 
Synopsis

Documentation

data ReplicaAutoScalingUpdate Source #

Represents the auto scaling settings of a replica that will be modified.

See: newReplicaAutoScalingUpdate smart constructor.

Constructors

ReplicaAutoScalingUpdate' 

Fields

Instances

Instances details
ToJSON ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Generic ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Associated Types

type Rep ReplicaAutoScalingUpdate :: Type -> Type #

Read ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Show ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

NFData ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Eq ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Hashable ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

type Rep ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

type Rep ReplicaAutoScalingUpdate = D1 ('MetaData "ReplicaAutoScalingUpdate" "Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate" "amazonka-dynamodb-2.0-GNxlseyeFiu302JKQwQrUS" 'False) (C1 ('MetaCons "ReplicaAutoScalingUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicaGlobalSecondaryIndexUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate])) :*: (S1 ('MetaSel ('Just "replicaProvisionedReadCapacityAutoScalingUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsUpdate)) :*: S1 ('MetaSel ('Just "regionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.