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

Contents

Description

Checks the status of continuous backups and point in time recovery on the specified table. Continuous backups are ENABLED on all tables at table creation. If point in time recovery is enabled, PointInTimeRecoveryStatus will be set to ENABLED.

Once continuous backups and point in time recovery are enabled, you can restore to any point in time within EarliestRestorableDateTime and LatestRestorableDateTime .

LatestRestorableDateTime is typically 5 minutes before the current time. You can restore your table to any point in time during the last 35 days.

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

Synopsis

Creating a Request

describeContinuousBackups #

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

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

  • dcbTableName - Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.

data DescribeContinuousBackups #

See: describeContinuousBackups smart constructor.

Instances

Eq DescribeContinuousBackups # 
Data DescribeContinuousBackups # 

Methods

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

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

toConstr :: DescribeContinuousBackups -> Constr #

dataTypeOf :: DescribeContinuousBackups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeContinuousBackups # 
Show DescribeContinuousBackups # 
Generic DescribeContinuousBackups # 
Hashable DescribeContinuousBackups # 
ToJSON DescribeContinuousBackups # 
NFData DescribeContinuousBackups # 
AWSRequest DescribeContinuousBackups # 
ToHeaders DescribeContinuousBackups # 
ToPath DescribeContinuousBackups # 
ToQuery DescribeContinuousBackups # 
type Rep DescribeContinuousBackups # 
type Rep DescribeContinuousBackups = D1 * (MetaData "DescribeContinuousBackups" "Network.AWS.DynamoDB.DescribeContinuousBackups" "amazonka-dynamodb-1.6.0-4CAL5C38QRN24HHgdQoKAY" True) (C1 * (MetaCons "DescribeContinuousBackups'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcbTableName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeContinuousBackups # 

Request Lenses

dcbTableName :: Lens' DescribeContinuousBackups Text #

Name of the table for which the customer wants to check the continuous backups and point in time recovery settings.

Destructuring the Response

describeContinuousBackupsResponse #

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

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

data DescribeContinuousBackupsResponse #

See: describeContinuousBackupsResponse smart constructor.

Instances

Eq DescribeContinuousBackupsResponse # 
Data DescribeContinuousBackupsResponse # 

Methods

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

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

toConstr :: DescribeContinuousBackupsResponse -> Constr #

dataTypeOf :: DescribeContinuousBackupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeContinuousBackupsResponse # 
Show DescribeContinuousBackupsResponse # 
Generic DescribeContinuousBackupsResponse # 
NFData DescribeContinuousBackupsResponse # 
type Rep DescribeContinuousBackupsResponse # 
type Rep DescribeContinuousBackupsResponse = D1 * (MetaData "DescribeContinuousBackupsResponse" "Network.AWS.DynamoDB.DescribeContinuousBackups" "amazonka-dynamodb-1.6.0-4CAL5C38QRN24HHgdQoKAY" False) (C1 * (MetaCons "DescribeContinuousBackupsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcbrsContinuousBackupsDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ContinuousBackupsDescription))) (S1 * (MetaSel (Just Symbol "_dcbrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dcbrsContinuousBackupsDescription :: Lens' DescribeContinuousBackupsResponse (Maybe ContinuousBackupsDescription) #

ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.