Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.CodeBuild.DeleteProject
Description
Deletes a build project.
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 to delete.
data DeleteProject #
See: deleteProject
smart constructor.
Instances
Request Lenses
dpName :: Lens' DeleteProject Text #
The name of the build project to delete.
Destructuring the Response
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 #
See: deleteProjectResponse
smart constructor.
Response Lenses
dprsResponseStatus :: Lens' DeleteProjectResponse Int #
- - | The response status code.