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

Description

 
Synopsis

Documentation

data GlobalSecondaryIndexAutoScalingUpdate Source #

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

See: newGlobalSecondaryIndexAutoScalingUpdate smart constructor.

Instances

Instances details
Eq GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

Read GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

Show GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

Generic GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

NFData GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

Hashable GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

ToJSON GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

type Rep GlobalSecondaryIndexAutoScalingUpdate Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.GlobalSecondaryIndexAutoScalingUpdate

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

newGlobalSecondaryIndexAutoScalingUpdate :: GlobalSecondaryIndexAutoScalingUpdate Source #

Create a value of GlobalSecondaryIndexAutoScalingUpdate 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:provisionedWriteCapacityAutoScalingUpdate:GlobalSecondaryIndexAutoScalingUpdate', globalSecondaryIndexAutoScalingUpdate_provisionedWriteCapacityAutoScalingUpdate - Undocumented member.

$sel:indexName:GlobalSecondaryIndexAutoScalingUpdate', globalSecondaryIndexAutoScalingUpdate_indexName - The name of the global secondary index.