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

Contents

Description

Returns information about the specified global table.

Synopsis

Creating a Request

describeGlobalTable Source #

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

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

data DescribeGlobalTable Source #

See: describeGlobalTable smart constructor.

Instances
Eq DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Data DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Methods

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

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

toConstr :: DescribeGlobalTable -> Constr #

dataTypeOf :: DescribeGlobalTable -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Show DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Generic DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Associated Types

type Rep DescribeGlobalTable :: Type -> Type #

Hashable DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

ToJSON DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

AWSRequest DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Associated Types

type Rs DescribeGlobalTable :: Type #

ToHeaders DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

ToPath DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

ToQuery DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

NFData DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Methods

rnf :: DescribeGlobalTable -> () #

type Rep DescribeGlobalTable Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

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

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Request Lenses

dgtGlobalTableName :: Lens' DescribeGlobalTable Text Source #

The name of the global table.

Destructuring the Response

describeGlobalTableResponse Source #

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

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

data DescribeGlobalTableResponse Source #

See: describeGlobalTableResponse smart constructor.

Instances
Eq DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Data DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Methods

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

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

toConstr :: DescribeGlobalTableResponse -> Constr #

dataTypeOf :: DescribeGlobalTableResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Show DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Generic DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

Associated Types

type Rep DescribeGlobalTableResponse :: Type -> Type #

NFData DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

type Rep DescribeGlobalTableResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeGlobalTable

type Rep DescribeGlobalTableResponse = D1 (MetaData "DescribeGlobalTableResponse" "Network.AWS.DynamoDB.DescribeGlobalTable" "amazonka-dynamodb-1.6.1-FTtIhwsA5vX17zvPeEA8Mr" False) (C1 (MetaCons "DescribeGlobalTableResponse'" PrefixI True) (S1 (MetaSel (Just "_dgtrsGlobalTableDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GlobalTableDescription)) :*: S1 (MetaSel (Just "_dgtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses