amazonka-dynamodb-1.6.1: 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 # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Data UpdateGlobalTableSettings Source # 
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 Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Show UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Generic UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Associated Types

type Rep UpdateGlobalTableSettings :: Type -> Type #

Hashable UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

ToJSON UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

AWSRequest UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Associated Types

type Rs UpdateGlobalTableSettings :: Type #

ToHeaders UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

ToPath UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

ToQuery UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

NFData UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettings = D1 (MetaData "UpdateGlobalTableSettings" "Network.AWS.DynamoDB.UpdateGlobalTableSettings" "amazonka-dynamodb-1.6.1-FTtIhwsA5vX17zvPeEA8Mr" 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 Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

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 # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Data UpdateGlobalTableSettingsResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Show UpdateGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Generic UpdateGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

Associated Types

type Rep UpdateGlobalTableSettingsResponse :: Type -> Type #

NFData UpdateGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.UpdateGlobalTableSettings

type Rep UpdateGlobalTableSettingsResponse = D1 (MetaData "UpdateGlobalTableSettingsResponse" "Network.AWS.DynamoDB.UpdateGlobalTableSettings" "amazonka-dynamodb-1.6.1-FTtIhwsA5vX17zvPeEA8Mr" 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