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 |
Deletes an existing DataBrew project.
Synopsis
- data DeleteProject = DeleteProject' {}
- newDeleteProject :: Text -> DeleteProject
- deleteProject_name :: Lens' DeleteProject Text
- data DeleteProjectResponse = DeleteProjectResponse' {
- httpStatus :: Int
- name :: Text
- newDeleteProjectResponse :: Int -> Text -> DeleteProjectResponse
- deleteProjectResponse_httpStatus :: Lens' DeleteProjectResponse Int
- deleteProjectResponse_name :: Lens' DeleteProjectResponse Text
Creating a Request
data DeleteProject Source #
See: newDeleteProject
smart constructor.
Instances
Create a value of DeleteProject
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:DeleteProject'
, deleteProject_name
- The name of the project to be deleted.
Request Lenses
deleteProject_name :: Lens' DeleteProject Text Source #
The name of the project to be deleted.
Destructuring the Response
data DeleteProjectResponse Source #
See: newDeleteProjectResponse
smart constructor.
DeleteProjectResponse' | |
|
Instances
newDeleteProjectResponse Source #
Create a value of DeleteProjectResponse
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:DeleteProjectResponse'
, deleteProjectResponse_httpStatus
- The response's http status code.
$sel:name:DeleteProject'
, deleteProjectResponse_name
- The name of the project that you deleted.
Response Lenses
deleteProjectResponse_httpStatus :: Lens' DeleteProjectResponse Int Source #
The response's http status code.
deleteProjectResponse_name :: Lens' DeleteProjectResponse Text Source #
The name of the project that you deleted.