| Copyright | (c) 2013-2021 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 |
Amazonka.Backup.StopBackupJob
Description
Attempts to cancel a job to create a one-time backup of a resource.
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:
$sel:backupJobId: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.