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

Contents

Description

Describes an existing backup of a table.

You can call DescribeBackup at a maximum rate of 10 times per second.

Synopsis

Creating a Request

describeBackup #

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

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

data DescribeBackup #

See: describeBackup smart constructor.

Instances
Eq DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Data DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Methods

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

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

toConstr :: DescribeBackup -> Constr #

dataTypeOf :: DescribeBackup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Show DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Generic DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Associated Types

type Rep DescribeBackup :: * -> * #

Hashable DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

ToJSON DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

AWSRequest DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Associated Types

type Rs DescribeBackup :: * #

ToHeaders DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

ToPath DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

ToQuery DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

NFData DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Methods

rnf :: DescribeBackup -> () #

type Rep DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

type Rep DescribeBackup = D1 (MetaData "DescribeBackup" "Network.AWS.DynamoDB.DescribeBackup" "amazonka-dynamodb-1.6.0-COMX9FqvIeW1LBbyPqhpUT" True) (C1 (MetaCons "DescribeBackup'" PrefixI True) (S1 (MetaSel (Just "_dBackupARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeBackup # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Request Lenses

dBackupARN :: Lens' DescribeBackup Text #

The ARN associated with the backup.

Destructuring the Response

describeBackupResponse #

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

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

data DescribeBackupResponse #

See: describeBackupResponse smart constructor.

Instances
Eq DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Data DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Methods

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

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

toConstr :: DescribeBackupResponse -> Constr #

dataTypeOf :: DescribeBackupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Show DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Generic DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Associated Types

type Rep DescribeBackupResponse :: * -> * #

NFData DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Methods

rnf :: DescribeBackupResponse -> () #

type Rep DescribeBackupResponse # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

type Rep DescribeBackupResponse = D1 (MetaData "DescribeBackupResponse" "Network.AWS.DynamoDB.DescribeBackup" "amazonka-dynamodb-1.6.0-COMX9FqvIeW1LBbyPqhpUT" False) (C1 (MetaCons "DescribeBackupResponse'" PrefixI True) (S1 (MetaSel (Just "_desrsBackupDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BackupDescription)) :*: S1 (MetaSel (Just "_desrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

desrsBackupDescription :: Lens' DescribeBackupResponse (Maybe BackupDescription) #

Contains the description of the backup created for the table.

desrsResponseStatus :: Lens' DescribeBackupResponse Int #

  • - | The response status code.