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

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

See: describeBackup smart constructor.

Instances

Eq DescribeBackup Source # 
Data DescribeBackup Source # 

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 Source # 
Show DescribeBackup Source # 
Generic DescribeBackup Source # 

Associated Types

type Rep DescribeBackup :: * -> * #

Hashable DescribeBackup Source # 
ToJSON DescribeBackup Source # 
NFData DescribeBackup Source # 

Methods

rnf :: DescribeBackup -> () #

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

Request Lenses

dBackupARN :: Lens' DescribeBackup Text Source #

The ARN associated with the backup.

Destructuring the Response

describeBackupResponse Source #

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

See: describeBackupResponse smart constructor.

Instances

Eq DescribeBackupResponse Source # 
Data DescribeBackupResponse Source # 

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 Source # 
Show DescribeBackupResponse Source # 
Generic DescribeBackupResponse Source # 
NFData DescribeBackupResponse Source # 

Methods

rnf :: DescribeBackupResponse -> () #

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

Response Lenses

desrsBackupDescription :: Lens' DescribeBackupResponse (Maybe BackupDescription) Source #

Contains the description of the backup created for the table.