| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.BackupStorage.DeleteObject
Description
Delete Object from the incremental base Backup.
Synopsis
- data DeleteObject = DeleteObject' {
- backupJobId :: Text
- objectName :: Text
- newDeleteObject :: Text -> Text -> DeleteObject
- deleteObject_backupJobId :: Lens' DeleteObject Text
- deleteObject_objectName :: Lens' DeleteObject Text
- data DeleteObjectResponse = DeleteObjectResponse' {
- newDeleteObjectResponse :: DeleteObjectResponse
Creating a Request
data DeleteObject Source #
See: newDeleteObject smart constructor.
Constructors
| DeleteObject' | |
Fields
| |
Instances
Create a value of DeleteObject with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:backupJobId:DeleteObject', deleteObject_backupJobId - Backup job Id for the in-progress backup.
$sel:objectName:DeleteObject', deleteObject_objectName - The name of the Object.
Request Lenses
deleteObject_backupJobId :: Lens' DeleteObject Text Source #
Backup job Id for the in-progress backup.
deleteObject_objectName :: Lens' DeleteObject Text Source #
The name of the Object.
Destructuring the Response
data DeleteObjectResponse Source #
See: newDeleteObjectResponse smart constructor.
Constructors
| DeleteObjectResponse' | |
Instances
newDeleteObjectResponse :: DeleteObjectResponse Source #
Create a value of DeleteObjectResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.