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

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Data DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

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

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Show DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Generic DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Associated Types

type Rep DescribeGlobalTableSettings :: Type -> Type #

Hashable DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

ToJSON DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

AWSRequest DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Associated Types

type Rs DescribeGlobalTableSettings :: Type #

ToHeaders DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

ToPath DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

ToQuery DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

NFData DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettings = D1 (MetaData "DescribeGlobalTableSettings" "Network.AWS.DynamoDB.DescribeGlobalTableSettings" "amazonka-dynamodb-1.6.1-FTtIhwsA5vX17zvPeEA8Mr" True) (C1 (MetaCons "DescribeGlobalTableSettings'" PrefixI True) (S1 (MetaSel (Just "_dgtsGlobalTableName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeGlobalTableSettings Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

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

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Data DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

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

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Show DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

Generic DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

NFData DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettingsResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTableSettings

type Rep DescribeGlobalTableSettingsResponse = D1 (MetaData "DescribeGlobalTableSettingsResponse" "Network.AWS.DynamoDB.DescribeGlobalTableSettings" "amazonka-dynamodb-1.6.1-FTtIhwsA5vX17zvPeEA8Mr" False) (C1 (MetaCons "DescribeGlobalTableSettingsResponse'" PrefixI True) (S1 (MetaSel (Just "_dgtsrsReplicaSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ReplicaSettingsDescription])) :*: (S1 (MetaSel (Just "_dgtsrsGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dgtsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses