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.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 # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Data DescribeBackup Source # 
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 Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Show DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Generic DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Associated Types

type Rep DescribeBackup :: Type -> Type #

Hashable DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

ToJSON DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

AWSRequest DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Associated Types

type Rs DescribeBackup :: Type #

ToHeaders DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

ToPath DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

ToQuery DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

NFData DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Methods

rnf :: DescribeBackup -> () #

type Rep DescribeBackup Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

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

Defined in Network.AWS.DynamoDB.DescribeBackup

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 # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Data DescribeBackupResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Show DescribeBackupResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Generic DescribeBackupResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Associated Types

type Rep DescribeBackupResponse :: Type -> Type #

NFData DescribeBackupResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

Methods

rnf :: DescribeBackupResponse -> () #

type Rep DescribeBackupResponse Source # 
Instance details

Defined in Network.AWS.DynamoDB.DescribeBackup

type Rep DescribeBackupResponse = D1 (MetaData "DescribeBackupResponse" "Network.AWS.DynamoDB.DescribeBackup" "amazonka-dynamodb-1.6.1-FTtIhwsA5vX17zvPeEA8Mr" 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) Source #

Contains the description of the backup created for the table.