| 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 |
Network.AWS.DynamoDB.DescribeContinuousBackups
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
- 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
Arguments
| :: Text | |
| -> 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
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 #
Arguments
| :: Int | |
| -> 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:
dcbrsContinuousBackupsDescription-ContinuousBackupsDescriptioncan be one of the following : ENABLED, DISABLED.dcbrsResponseStatus- -- | The response status code.
data DescribeContinuousBackupsResponse #
See: describeContinuousBackupsResponse smart constructor.
Instances
Response Lenses
dcbrsContinuousBackupsDescription :: Lens' DescribeContinuousBackupsResponse (Maybe ContinuousBackupsDescription) #
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.
dcbrsResponseStatus :: Lens' DescribeContinuousBackupsResponse Int #
- - | The response status code.