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

Contents

Description

Describes region specific settings for a global table.

Synopsis

Creating a Request

describeGlobalTableSettings Source #

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

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

data DescribeGlobalTableSettings Source #

See: describeGlobalTableSettings smart constructor.

Instances

Eq DescribeGlobalTableSettings Source # 
Data DescribeGlobalTableSettings Source # 

Methods

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

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

toConstr :: DescribeGlobalTableSettings -> Constr #

dataTypeOf :: DescribeGlobalTableSettings -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeGlobalTableSettings Source # 
Show DescribeGlobalTableSettings Source # 
Generic DescribeGlobalTableSettings Source # 
Hashable DescribeGlobalTableSettings Source # 
ToJSON DescribeGlobalTableSettings Source # 
NFData DescribeGlobalTableSettings Source # 
AWSRequest DescribeGlobalTableSettings Source # 
ToHeaders DescribeGlobalTableSettings Source # 
ToPath DescribeGlobalTableSettings Source # 
ToQuery DescribeGlobalTableSettings Source # 
type Rep DescribeGlobalTableSettings Source # 
type Rep DescribeGlobalTableSettings = D1 * (MetaData "DescribeGlobalTableSettings" "Network.AWS.DynamoDB.DescribeGlobalTableSettings" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" True) (C1 * (MetaCons "DescribeGlobalTableSettings'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dgtsGlobalTableName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeGlobalTableSettings Source # 

Request Lenses

dgtsGlobalTableName :: Lens' DescribeGlobalTableSettings Text Source #

The name of the global table to describe.

Destructuring the Response

describeGlobalTableSettingsResponse Source #

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

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

data DescribeGlobalTableSettingsResponse Source #

See: describeGlobalTableSettingsResponse smart constructor.

Instances

Eq DescribeGlobalTableSettingsResponse Source # 
Data DescribeGlobalTableSettingsResponse Source # 

Methods

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

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

toConstr :: DescribeGlobalTableSettingsResponse -> Constr #

dataTypeOf :: DescribeGlobalTableSettingsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeGlobalTableSettingsResponse Source # 
Show DescribeGlobalTableSettingsResponse Source # 
Generic DescribeGlobalTableSettingsResponse Source # 
NFData DescribeGlobalTableSettingsResponse Source # 
type Rep DescribeGlobalTableSettingsResponse Source # 
type Rep DescribeGlobalTableSettingsResponse = D1 * (MetaData "DescribeGlobalTableSettingsResponse" "Network.AWS.DynamoDB.DescribeGlobalTableSettings" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" False) (C1 * (MetaCons "DescribeGlobalTableSettingsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dgtsrsReplicaSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ReplicaSettingsDescription]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dgtsrsGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dgtsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses