amazonka-dynamodb-1.6.0: Amazon DynamoDB SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DynamoDB.UpdateGlobalTableSettings

Contents

Description

Updates settings for a global table.

Synopsis

Creating a Request

updateGlobalTableSettings #

Creates a value of UpdateGlobalTableSettings with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UpdateGlobalTableSettings #

See: updateGlobalTableSettings smart constructor.

Instances
Eq UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Data UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateGlobalTableSettings -> c UpdateGlobalTableSettings #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateGlobalTableSettings #

toConstr :: UpdateGlobalTableSettings -> Constr #

dataTypeOf :: UpdateGlobalTableSettings -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateGlobalTableSettings) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateGlobalTableSettings) #

gmapT :: (forall b. Data b => b -> b) -> UpdateGlobalTableSettings -> UpdateGlobalTableSettings #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateGlobalTableSettings -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateGlobalTableSettings -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateGlobalTableSettings -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateGlobalTableSettings -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateGlobalTableSettings -> m UpdateGlobalTableSettings #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateGlobalTableSettings -> m UpdateGlobalTableSettings #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateGlobalTableSettings -> m UpdateGlobalTableSettings #

Read UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Show UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Generic UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Associated Types

type Rep UpdateGlobalTableSettings :: * -> * #

Hashable UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

ToJSON UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

AWSRequest UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Associated Types

type Rs UpdateGlobalTableSettings :: * #

ToHeaders UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

ToPath UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

ToQuery UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

NFData UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettings = D1 (MetaData "UpdateGlobalTableSettings" "Network.AWS.DynamoDB.UpdateGlobalTableSettings" "amazonka-dynamodb-1.6.0-COMX9FqvIeW1LBbyPqhpUT" False) (C1 (MetaCons "UpdateGlobalTableSettings'" PrefixI True) ((S1 (MetaSel (Just "_ugtsGlobalTableProvisionedWriteCapacityUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_ugtsReplicaSettingsUpdate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 ReplicaSettingsUpdate)))) :*: (S1 (MetaSel (Just "_ugtsGlobalTableGlobalSecondaryIndexSettingsUpdate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 GlobalTableGlobalSecondaryIndexSettingsUpdate))) :*: S1 (MetaSel (Just "_ugtsGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs UpdateGlobalTableSettings # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Request Lenses

ugtsGlobalTableProvisionedWriteCapacityUnits :: Lens' UpdateGlobalTableSettings (Maybe Natural) #

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

ugtsReplicaSettingsUpdate :: Lens' UpdateGlobalTableSettings (Maybe (NonEmpty ReplicaSettingsUpdate)) #

Represents the settings for a global table in a region that will be modified.

ugtsGlobalTableGlobalSecondaryIndexSettingsUpdate :: Lens' UpdateGlobalTableSettings (Maybe (NonEmpty GlobalTableGlobalSecondaryIndexSettingsUpdate)) #

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

Destructuring the Response

updateGlobalTableSettingsResponse #

Creates a value of UpdateGlobalTableSettingsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UpdateGlobalTableSettingsResponse #

See: updateGlobalTableSettingsResponse smart constructor.

Instances
Eq UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Data UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateGlobalTableSettingsResponse -> c UpdateGlobalTableSettingsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateGlobalTableSettingsResponse #

toConstr :: UpdateGlobalTableSettingsResponse -> Constr #

dataTypeOf :: UpdateGlobalTableSettingsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateGlobalTableSettingsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateGlobalTableSettingsResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateGlobalTableSettingsResponse -> UpdateGlobalTableSettingsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateGlobalTableSettingsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateGlobalTableSettingsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateGlobalTableSettingsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateGlobalTableSettingsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateGlobalTableSettingsResponse -> m UpdateGlobalTableSettingsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateGlobalTableSettingsResponse -> m UpdateGlobalTableSettingsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateGlobalTableSettingsResponse -> m UpdateGlobalTableSettingsResponse #

Read UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Show UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Generic UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Associated Types

type Rep UpdateGlobalTableSettingsResponse :: * -> * #

NFData UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettingsResponse # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettingsResponse = D1 (MetaData "UpdateGlobalTableSettingsResponse" "Network.AWS.DynamoDB.UpdateGlobalTableSettings" "amazonka-dynamodb-1.6.0-COMX9FqvIeW1LBbyPqhpUT" False) (C1 (MetaCons "UpdateGlobalTableSettingsResponse'" PrefixI True) (S1 (MetaSel (Just "_ugtsrsReplicaSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReplicaSettingsDescription])) :*: (S1 (MetaSel (Just "_ugtsrsGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ugtsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ugtsrsReplicaSettings :: Lens' UpdateGlobalTableSettingsResponse [ReplicaSettingsDescription] #

The region specific settings for the global table.