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

Contents

Description

Lists all global tables that have a replica in the specified region.

Synopsis

Creating a Request

listGlobalTables :: ListGlobalTables #

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

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

data ListGlobalTables #

See: listGlobalTables smart constructor.

Instances
Eq ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Data ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Methods

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

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

toConstr :: ListGlobalTables -> Constr #

dataTypeOf :: ListGlobalTables -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Show ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Generic ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Associated Types

type Rep ListGlobalTables :: * -> * #

Hashable ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

ToJSON ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

AWSRequest ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Associated Types

type Rs ListGlobalTables :: * #

ToHeaders ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

ToPath ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

ToQuery ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

NFData ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Methods

rnf :: ListGlobalTables -> () #

type Rep ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

type Rep ListGlobalTables = D1 (MetaData "ListGlobalTables" "Network.AWS.DynamoDB.ListGlobalTables" "amazonka-dynamodb-1.6.0-COMX9FqvIeW1LBbyPqhpUT" False) (C1 (MetaCons "ListGlobalTables'" PrefixI True) (S1 (MetaSel (Just "_lgtRegionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lgtExclusiveStartGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lgtLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListGlobalTables # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Request Lenses

lgtRegionName :: Lens' ListGlobalTables (Maybe Text) #

Lists the global tables in a specific region.

lgtExclusiveStartGlobalTableName :: Lens' ListGlobalTables (Maybe Text) #

The first global table name that this operation will evaluate.

lgtLimit :: Lens' ListGlobalTables (Maybe Natural) #

The maximum number of table names to return.

Destructuring the Response

listGlobalTablesResponse #

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

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

data ListGlobalTablesResponse #

See: listGlobalTablesResponse smart constructor.

Instances
Eq ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Data ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Methods

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

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

toConstr :: ListGlobalTablesResponse -> Constr #

dataTypeOf :: ListGlobalTablesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Show ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Generic ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

Associated Types

type Rep ListGlobalTablesResponse :: * -> * #

NFData ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

type Rep ListGlobalTablesResponse # 
Instance details

Defined in Network.AWS.DynamoDB.ListGlobalTables

type Rep ListGlobalTablesResponse = D1 (MetaData "ListGlobalTablesResponse" "Network.AWS.DynamoDB.ListGlobalTables" "amazonka-dynamodb-1.6.0-COMX9FqvIeW1LBbyPqhpUT" False) (C1 (MetaCons "ListGlobalTablesResponse'" PrefixI True) (S1 (MetaSel (Just "_lgtrsLastEvaluatedGlobalTableName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lgtrsGlobalTables") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [GlobalTable])) :*: S1 (MetaSel (Just "_lgtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lgtrsResponseStatus :: Lens' ListGlobalTablesResponse Int #

  • - | The response status code.