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 |
Deletes an existing backup of a table.
You can call DeleteBackup
at a maximum rate of 10 times per second.
Synopsis
Creating a Request
Creates a value of DeleteBackup
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbBackupARN
- The ARN associated with the backup.
data DeleteBackup Source #
See: deleteBackup
smart constructor.
Instances
Request Lenses
dbBackupARN :: Lens' DeleteBackup Text Source #
The ARN associated with the backup.
Destructuring the Response
Creates a value of DeleteBackupResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dbrsBackupDescription
- Contains the description of the backup created for the table.dbrsResponseStatus
- -- | The response status code.
data DeleteBackupResponse Source #
See: deleteBackupResponse
smart constructor.
Instances
Response Lenses
dbrsBackupDescription :: Lens' DeleteBackupResponse (Maybe BackupDescription) Source #
Contains the description of the backup created for the table.
dbrsResponseStatus :: Lens' DeleteBackupResponse Int Source #
- - | The response status code.