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 |
For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.
Synopsis
- data DeleteWebhook = DeleteWebhook' {
- projectName :: Text
- newDeleteWebhook :: Text -> DeleteWebhook
- deleteWebhook_projectName :: Lens' DeleteWebhook Text
- data DeleteWebhookResponse = DeleteWebhookResponse' {
- httpStatus :: Int
- newDeleteWebhookResponse :: Int -> DeleteWebhookResponse
- deleteWebhookResponse_httpStatus :: Lens' DeleteWebhookResponse Int
Creating a Request
data DeleteWebhook Source #
See: newDeleteWebhook
smart constructor.
DeleteWebhook' | |
|
Instances
Create a value of DeleteWebhook
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:projectName:DeleteWebhook'
, deleteWebhook_projectName
- The name of the CodeBuild project.
Request Lenses
deleteWebhook_projectName :: Lens' DeleteWebhook Text Source #
The name of the CodeBuild project.
Destructuring the Response
data DeleteWebhookResponse Source #
See: newDeleteWebhookResponse
smart constructor.
DeleteWebhookResponse' | |
|
Instances
newDeleteWebhookResponse Source #
Create a value of DeleteWebhookResponse
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:DeleteWebhookResponse'
, deleteWebhookResponse_httpStatus
- The response's http status code.
Response Lenses
deleteWebhookResponse_httpStatus :: Lens' DeleteWebhookResponse Int Source #
The response's http status code.