| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.CodeBuild.DeleteProject
Description
Deletes a build project.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> DeleteProject |
Creates a value of DeleteProject with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpName- The name of the build project.
data DeleteProject Source #
See: deleteProject smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteProjectResponse Source #
Arguments
| :: Int | |
| -> DeleteProjectResponse |
Creates a value of DeleteProjectResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dprsResponseStatus- -- | The response status code.
data DeleteProjectResponse Source #
See: deleteProjectResponse smart constructor.
Instances
Response Lenses
dprsResponseStatus :: Lens' DeleteProjectResponse Int Source #
- - | The response status code.