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

Description

 
Synopsis

Documentation

data UpdateGlobalSecondaryIndexAction Source #

Represents the new provisioned throughput settings to be applied to a global secondary index.

See: newUpdateGlobalSecondaryIndexAction smart constructor.

Constructors

UpdateGlobalSecondaryIndexAction' 

Fields

Instances

Instances details
Eq UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

Read UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

Show UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

Generic UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

Associated Types

type Rep UpdateGlobalSecondaryIndexAction :: Type -> Type #

NFData UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

Hashable UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

ToJSON UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

type Rep UpdateGlobalSecondaryIndexAction Source # 
Instance details

Defined in Amazonka.DynamoDB.Types.UpdateGlobalSecondaryIndexAction

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

newUpdateGlobalSecondaryIndexAction Source #

Create a value of UpdateGlobalSecondaryIndexAction 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:indexName:UpdateGlobalSecondaryIndexAction', updateGlobalSecondaryIndexAction_indexName - The name of the global secondary index to be updated.

$sel:provisionedThroughput:UpdateGlobalSecondaryIndexAction', updateGlobalSecondaryIndexAction_provisionedThroughput - Represents the provisioned throughput settings for the specified global secondary index.

For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.

updateGlobalSecondaryIndexAction_indexName :: Lens' UpdateGlobalSecondaryIndexAction Text Source #

The name of the global secondary index to be updated.

updateGlobalSecondaryIndexAction_provisionedThroughput :: Lens' UpdateGlobalSecondaryIndexAction ProvisionedThroughput Source #

Represents the provisioned throughput settings for the specified global secondary index.

For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.