| 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.MGN.DeleteJob
Description
Deletes a single Job by ID.
Synopsis
Creating a Request
See: newDeleteJob smart constructor.
Constructors
| DeleteJob' | |
Instances
Create a value of DeleteJob 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:jobID:DeleteJob', deleteJob_jobID - Request to delete Job from service by Job ID.
Request Lenses
Destructuring the Response
data DeleteJobResponse Source #
See: newDeleteJobResponse smart constructor.
Constructors
| DeleteJobResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> DeleteJobResponse |
Create a value of DeleteJobResponse 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:httpStatus:DeleteJobResponse', deleteJobResponse_httpStatus - The response's http status code.
Response Lenses
deleteJobResponse_httpStatus :: Lens' DeleteJobResponse Int Source #
The response's http status code.