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.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 # 
Data DescribeGlobalTable Source # 

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 # 
Show DescribeGlobalTable Source # 
Generic DescribeGlobalTable Source # 
Hashable DescribeGlobalTable Source # 
ToJSON DescribeGlobalTable Source # 
NFData DescribeGlobalTable Source # 

Methods

rnf :: DescribeGlobalTable -> () #

AWSRequest DescribeGlobalTable Source # 
ToHeaders DescribeGlobalTable Source # 
ToPath DescribeGlobalTable Source # 
ToQuery DescribeGlobalTable Source # 
type Rep DescribeGlobalTable Source # 
type Rep DescribeGlobalTable = D1 * (MetaData "DescribeGlobalTable" "Network.AWS.DynamoDB.DescribeGlobalTable" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" True) (C1 * (MetaCons "DescribeGlobalTable'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dgtGlobalTableName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeGlobalTable Source # 

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

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 # 
Show DescribeGlobalTableResponse Source # 
Generic DescribeGlobalTableResponse Source # 
NFData DescribeGlobalTableResponse Source # 
type Rep DescribeGlobalTableResponse Source # 
type Rep DescribeGlobalTableResponse = D1 * (MetaData "DescribeGlobalTableResponse" "Network.AWS.DynamoDB.DescribeGlobalTable" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" False) (C1 * (MetaCons "DescribeGlobalTableResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dgtrsGlobalTableDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe GlobalTableDescription))) (S1 * (MetaSel (Just Symbol "_dgtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses