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

Description

 
Synopsis

Documentation

data ReplicaGlobalSecondaryIndexAutoScalingDescription Source #

Represents the auto scaling configuration for a replica global secondary index.

See: newReplicaGlobalSecondaryIndexAutoScalingDescription smart constructor.

Constructors

ReplicaGlobalSecondaryIndexAutoScalingDescription' 

Fields

Instances

Instances details
Eq ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

Read ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

Show ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

Generic ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

NFData ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

Hashable ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

FromJSON ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

type Rep ReplicaGlobalSecondaryIndexAutoScalingDescription Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription

type Rep ReplicaGlobalSecondaryIndexAutoScalingDescription = D1 ('MetaData "ReplicaGlobalSecondaryIndexAutoScalingDescription" "Amazonka.DynamoDB.Types.ReplicaGlobalSecondaryIndexAutoScalingDescription" "libZSservicesZSamazonka-dynamodbZSamazonka-dynamodb" 'False) (C1 ('MetaCons "ReplicaGlobalSecondaryIndexAutoScalingDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "indexStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IndexStatus)) :*: S1 ('MetaSel ('Just "provisionedWriteCapacityAutoScalingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsDescription))) :*: (S1 ('MetaSel ('Just "provisionedReadCapacityAutoScalingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingSettingsDescription)) :*: S1 ('MetaSel ('Just "indexName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

replicaGlobalSecondaryIndexAutoScalingDescription_indexStatus :: Lens' ReplicaGlobalSecondaryIndexAutoScalingDescription (Maybe IndexStatus) Source #

The current state of the replica global secondary index:

  • CREATING - The index is being created.
  • UPDATING - The index is being updated.
  • DELETING - The index is being deleted.
  • ACTIVE - The index is ready for use.