| 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.Backup.StopBackupJob
Description
Attempts to cancel a job to create a one-time backup of a resource.
This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
Creating a Request
data StopBackupJob Source #
See: newStopBackupJob smart constructor.
Constructors
| StopBackupJob' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StopBackupJob |
Create a value of StopBackupJob 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:
StopBackupJob, stopBackupJob_backupJobId - Uniquely identifies a request to Backup to back up a resource.
Request Lenses
stopBackupJob_backupJobId :: Lens' StopBackupJob Text Source #
Uniquely identifies a request to Backup to back up a resource.
Destructuring the Response
data StopBackupJobResponse Source #
See: newStopBackupJobResponse smart constructor.
Constructors
| StopBackupJobResponse' | |
Instances
newStopBackupJobResponse :: StopBackupJobResponse Source #
Create a value of StopBackupJobResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.