| 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.DataBrew.DeleteJob
Description
Deletes the specified DataBrew job.
Synopsis
- data DeleteJob = DeleteJob' {}
- newDeleteJob :: Text -> DeleteJob
- deleteJob_name :: Lens' DeleteJob Text
- data DeleteJobResponse = DeleteJobResponse' {
- httpStatus :: Int
- name :: Text
- newDeleteJobResponse :: Int -> Text -> DeleteJobResponse
- deleteJobResponse_httpStatus :: Lens' DeleteJobResponse Int
- deleteJobResponse_name :: Lens' DeleteJobResponse Text
Creating a Request
See: newDeleteJob smart constructor.
Constructors
| DeleteJob' | |
Instances
| Eq DeleteJob Source # | |
| Read DeleteJob Source # | |
| Show DeleteJob Source # | |
| Generic DeleteJob Source # | |
| NFData DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob | |
| Hashable DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob | |
| AWSRequest DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob Associated Types type AWSResponse DeleteJob # Methods request :: DeleteJob -> Request DeleteJob # response :: MonadResource m => Logger -> Service -> Proxy DeleteJob -> ClientResponse ClientBody -> m (Either Error (ClientResponse (AWSResponse DeleteJob))) # | |
| ToHeaders DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob | |
| ToPath DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob Methods toPath :: DeleteJob -> ByteString # | |
| ToQuery DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob Methods toQuery :: DeleteJob -> QueryString # | |
| type Rep DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob | |
| type AWSResponse DeleteJob Source # | |
Defined in Amazonka.DataBrew.DeleteJob | |
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:name:DeleteJob', deleteJob_name - The name of the job to be deleted.
Request Lenses
Destructuring the Response
data DeleteJobResponse Source #
See: newDeleteJobResponse smart constructor.
Constructors
| DeleteJobResponse' | |
Fields
| |
Instances
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.
$sel:name:DeleteJob', deleteJobResponse_name - The name of the job that you deleted.
Response Lenses
deleteJobResponse_httpStatus :: Lens' DeleteJobResponse Int Source #
The response's http status code.
deleteJobResponse_name :: Lens' DeleteJobResponse Text Source #
The name of the job that you deleted.