| 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.DeleteWebhook
Description
For an existing AWS CodeBuild build project that has its source code stored in a GitHub repository, stops AWS CodeBuild from automatically rebuilding the source code every time a code change is pushed to the repository.
Creating a Request
Arguments
| :: Text | |
| -> DeleteWebhook |
Creates a value of DeleteWebhook with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dwProjectName- The name of the AWS CodeBuild project.
data DeleteWebhook Source #
See: deleteWebhook smart constructor.
Instances
Request Lenses
dwProjectName :: Lens' DeleteWebhook Text Source #
The name of the AWS CodeBuild project.
Destructuring the Response
deleteWebhookResponse Source #
Arguments
| :: Int | |
| -> DeleteWebhookResponse |
Creates a value of DeleteWebhookResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dwrsResponseStatus- -- | The response status code.
data DeleteWebhookResponse Source #
See: deleteWebhookResponse smart constructor.
Instances
Response Lenses
dwrsResponseStatus :: Lens' DeleteWebhookResponse Int Source #
- - | The response status code.