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 Source #

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 Source #

See: updateGlobalTableSettings smart constructor.

Instances

Eq UpdateGlobalTableSettings Source # 
Data UpdateGlobalTableSettings Source # 

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 Source # 
Show UpdateGlobalTableSettings Source # 
Generic UpdateGlobalTableSettings Source # 
Hashable UpdateGlobalTableSettings Source # 
ToJSON UpdateGlobalTableSettings Source # 
NFData UpdateGlobalTableSettings Source # 
AWSRequest UpdateGlobalTableSettings Source # 
ToHeaders UpdateGlobalTableSettings Source # 
ToPath UpdateGlobalTableSettings Source # 
ToQuery UpdateGlobalTableSettings Source # 
type Rep UpdateGlobalTableSettings Source # 
type Rep UpdateGlobalTableSettings = D1 * (MetaData "UpdateGlobalTableSettings" "Network.AWS.DynamoDB.UpdateGlobalTableSettings" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" False) (C1 * (MetaCons "UpdateGlobalTableSettings'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ugtsGlobalTableProvisionedWriteCapacityUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_ugtsReplicaSettingsUpdate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (List1 ReplicaSettingsUpdate))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ugtsGlobalTableGlobalSecondaryIndexSettingsUpdate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (List1 GlobalTableGlobalSecondaryIndexSettingsUpdate)))) (S1 * (MetaSel (Just Symbol "_ugtsGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs UpdateGlobalTableSettings Source # 

Request Lenses

ugtsGlobalTableProvisionedWriteCapacityUnits :: Lens' UpdateGlobalTableSettings (Maybe Natural) Source #

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

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

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

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

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

Destructuring the Response

updateGlobalTableSettingsResponse Source #

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 Source #

See: updateGlobalTableSettingsResponse smart constructor.

Instances

Eq UpdateGlobalTableSettingsResponse Source # 
Data UpdateGlobalTableSettingsResponse Source # 

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 Source # 
Show UpdateGlobalTableSettingsResponse Source # 
Generic UpdateGlobalTableSettingsResponse Source # 
NFData UpdateGlobalTableSettingsResponse Source # 
type Rep UpdateGlobalTableSettingsResponse Source # 
type Rep UpdateGlobalTableSettingsResponse = D1 * (MetaData "UpdateGlobalTableSettingsResponse" "Network.AWS.DynamoDB.UpdateGlobalTableSettings" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" False) (C1 * (MetaCons "UpdateGlobalTableSettingsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ugtsrsReplicaSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ReplicaSettingsDescription]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ugtsrsGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ugtsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses