| 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.CodePipeline.RegisterWebhookWithThirdParty
Description
Configures a connection between the webhook that was created and the external tool with events to be detected.
- registerWebhookWithThirdParty :: RegisterWebhookWithThirdParty
- data RegisterWebhookWithThirdParty
- rwwtpWebhookName :: Lens' RegisterWebhookWithThirdParty (Maybe Text)
- registerWebhookWithThirdPartyResponse :: Int -> RegisterWebhookWithThirdPartyResponse
- data RegisterWebhookWithThirdPartyResponse
- rwwtprsResponseStatus :: Lens' RegisterWebhookWithThirdPartyResponse Int
Creating a Request
registerWebhookWithThirdParty :: RegisterWebhookWithThirdParty Source #
Creates a value of RegisterWebhookWithThirdParty with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rwwtpWebhookName- The name of an existing webhook created with PutWebhook to register with a supported third party.
data RegisterWebhookWithThirdParty Source #
See: registerWebhookWithThirdParty smart constructor.
Instances
Request Lenses
rwwtpWebhookName :: Lens' RegisterWebhookWithThirdParty (Maybe Text) Source #
The name of an existing webhook created with PutWebhook to register with a supported third party.
Destructuring the Response
registerWebhookWithThirdPartyResponse Source #
Creates a value of RegisterWebhookWithThirdPartyResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rwwtprsResponseStatus- -- | The response status code.
data RegisterWebhookWithThirdPartyResponse Source #
See: registerWebhookWithThirdPartyResponse smart constructor.
Instances
Response Lenses
rwwtprsResponseStatus :: Lens' RegisterWebhookWithThirdPartyResponse Int Source #
- - | The response status code.