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.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
Eq ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Read ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Show 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 #

NFData ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

Hashable ReplicaAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaAutoScalingUpdate

ToJSON 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" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ReplicaAutoScalingUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "replicaProvisionedReadCapacityAutoScalingUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsUpdate)) :*: (S1 ('MetaSel ('Just "replicaGlobalSecondaryIndexUpdates") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate])) :*: 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: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_replicaGlobalSecondaryIndexUpdates :: Lens' ReplicaAutoScalingUpdate (Maybe [ReplicaGlobalSecondaryIndexAutoScalingUpdate]) Source #

Represents the auto scaling settings of global secondary indexes that will be modified.