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.ReplicaGlobalSecondaryIndexAutoScalingUpdate

Description

 
Synopsis

Documentation

data ReplicaGlobalSecondaryIndexAutoScalingUpdate Source #

Represents the auto scaling settings of a global secondary index for a replica that will be modified.

See: newReplicaGlobalSecondaryIndexAutoScalingUpdate smart constructor.

Instances

Instances details
Eq ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

Read ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

Show ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

Generic ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

NFData ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

Hashable ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

ToJSON ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

type Rep ReplicaGlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate

type Rep ReplicaGlobalSecondaryIndexAutoScalingUpdate = D1 ('MetaData "ReplicaGlobalSecondaryIndexAutoScalingUpdate" "Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingUpdate" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ReplicaGlobalSecondaryIndexAutoScalingUpdate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "provisionedReadCapacityAutoScalingUpdate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsUpdate)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))