Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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
- describeContinuousBackups :: Text -> DescribeContinuousBackups
- data DescribeContinuousBackups
- dcbTableName :: Lens' DescribeContinuousBackups Text
- describeContinuousBackupsResponse :: Int -> DescribeContinuousBackupsResponse
- data DescribeContinuousBackupsResponse
- dcbrsContinuousBackupsDescription :: Lens' DescribeContinuousBackupsResponse (Maybe ContinuousBackupsDescription)
- dcbrsResponseStatus :: Lens' DescribeContinuousBackupsResponse Int
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
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:
dcbrsContinuousBackupsDescription
-ContinuousBackupsDescription
can be one of the following : ENABLED, DISABLED.dcbrsResponseStatus
- -- | The response status code.
data DescribeContinuousBackupsResponse Source #
See: describeContinuousBackupsResponse
smart constructor.
Instances
Response Lenses
dcbrsContinuousBackupsDescription :: Lens' DescribeContinuousBackupsResponse (Maybe ContinuousBackupsDescription) Source #
ContinuousBackupsDescription
can be one of the following : ENABLED, DISABLED.
dcbrsResponseStatus :: Lens' DescribeContinuousBackupsResponse Int Source #
- - | The response status code.