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

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

See: describeContinuousBackups smart constructor.

Instances

Eq DescribeContinuousBackups Source # 
Data DescribeContinuousBackups Source # 

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 Source # 
Show DescribeContinuousBackups Source # 
Generic DescribeContinuousBackups Source # 
Hashable DescribeContinuousBackups Source # 
ToJSON DescribeContinuousBackups Source # 
NFData DescribeContinuousBackups Source # 
AWSRequest DescribeContinuousBackups Source # 
ToHeaders DescribeContinuousBackups Source # 
ToPath DescribeContinuousBackups Source # 
ToQuery DescribeContinuousBackups Source # 
type Rep DescribeContinuousBackups Source # 
type Rep DescribeContinuousBackups = D1 * (MetaData "DescribeContinuousBackups" "Network.AWS.DynamoDB.DescribeContinuousBackups" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" True) (C1 * (MetaCons "DescribeContinuousBackups'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dcbTableName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeContinuousBackups Source # 

Request Lenses

dcbTableName :: Lens' DescribeContinuousBackups Text Source #

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

Destructuring the Response

describeContinuousBackupsResponse Source #

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

See: describeContinuousBackupsResponse smart constructor.

Instances

Eq DescribeContinuousBackupsResponse Source # 
Data DescribeContinuousBackupsResponse Source # 

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 Source # 
Show DescribeContinuousBackupsResponse Source # 
Generic DescribeContinuousBackupsResponse Source # 
NFData DescribeContinuousBackupsResponse Source # 
type Rep DescribeContinuousBackupsResponse Source # 
type Rep DescribeContinuousBackupsResponse = D1 * (MetaData "DescribeContinuousBackupsResponse" "Network.AWS.DynamoDB.DescribeContinuousBackups" "amazonka-dynamodb-1.6.0-Be8FXVQVyEHEMZza56FG0o" 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) Source #

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