amazonka-codepipeline-1.6.0: Amazon CodePipeline SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Contents

Description

Configures a connection between the webhook that was created and the external tool with events to be detected.

Synopsis

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

Eq RegisterWebhookWithThirdParty Source # 
Data RegisterWebhookWithThirdParty Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegisterWebhookWithThirdParty -> c RegisterWebhookWithThirdParty #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegisterWebhookWithThirdParty #

toConstr :: RegisterWebhookWithThirdParty -> Constr #

dataTypeOf :: RegisterWebhookWithThirdParty -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RegisterWebhookWithThirdParty) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegisterWebhookWithThirdParty) #

gmapT :: (forall b. Data b => b -> b) -> RegisterWebhookWithThirdParty -> RegisterWebhookWithThirdParty #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegisterWebhookWithThirdParty -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegisterWebhookWithThirdParty -> r #

gmapQ :: (forall d. Data d => d -> u) -> RegisterWebhookWithThirdParty -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RegisterWebhookWithThirdParty -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegisterWebhookWithThirdParty -> m RegisterWebhookWithThirdParty #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterWebhookWithThirdParty -> m RegisterWebhookWithThirdParty #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterWebhookWithThirdParty -> m RegisterWebhookWithThirdParty #

Read RegisterWebhookWithThirdParty Source # 
Show RegisterWebhookWithThirdParty Source # 
Generic RegisterWebhookWithThirdParty Source # 
Hashable RegisterWebhookWithThirdParty Source # 
ToJSON RegisterWebhookWithThirdParty Source # 
NFData RegisterWebhookWithThirdParty Source # 
AWSRequest RegisterWebhookWithThirdParty Source # 
ToHeaders RegisterWebhookWithThirdParty Source # 
ToPath RegisterWebhookWithThirdParty Source # 
ToQuery RegisterWebhookWithThirdParty Source # 
type Rep RegisterWebhookWithThirdParty Source # 
type Rep RegisterWebhookWithThirdParty = D1 * (MetaData "RegisterWebhookWithThirdParty" "Network.AWS.CodePipeline.RegisterWebhookWithThirdParty" "amazonka-codepipeline-1.6.0-EK1TXgMpZBH3zXFbRFQIXQ" True) (C1 * (MetaCons "RegisterWebhookWithThirdParty'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rwwtpWebhookName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs RegisterWebhookWithThirdParty Source # 

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:

data RegisterWebhookWithThirdPartyResponse Source #

Instances

Eq RegisterWebhookWithThirdPartyResponse Source # 
Data RegisterWebhookWithThirdPartyResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RegisterWebhookWithThirdPartyResponse -> c RegisterWebhookWithThirdPartyResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RegisterWebhookWithThirdPartyResponse #

toConstr :: RegisterWebhookWithThirdPartyResponse -> Constr #

dataTypeOf :: RegisterWebhookWithThirdPartyResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RegisterWebhookWithThirdPartyResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RegisterWebhookWithThirdPartyResponse) #

gmapT :: (forall b. Data b => b -> b) -> RegisterWebhookWithThirdPartyResponse -> RegisterWebhookWithThirdPartyResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RegisterWebhookWithThirdPartyResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RegisterWebhookWithThirdPartyResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RegisterWebhookWithThirdPartyResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RegisterWebhookWithThirdPartyResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RegisterWebhookWithThirdPartyResponse -> m RegisterWebhookWithThirdPartyResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterWebhookWithThirdPartyResponse -> m RegisterWebhookWithThirdPartyResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RegisterWebhookWithThirdPartyResponse -> m RegisterWebhookWithThirdPartyResponse #

Read RegisterWebhookWithThirdPartyResponse Source # 
Show RegisterWebhookWithThirdPartyResponse Source # 
Generic RegisterWebhookWithThirdPartyResponse Source # 
NFData RegisterWebhookWithThirdPartyResponse Source # 
type Rep RegisterWebhookWithThirdPartyResponse Source # 
type Rep RegisterWebhookWithThirdPartyResponse = D1 * (MetaData "RegisterWebhookWithThirdPartyResponse" "Network.AWS.CodePipeline.RegisterWebhookWithThirdParty" "amazonka-codepipeline-1.6.0-EK1TXgMpZBH3zXFbRFQIXQ" True) (C1 * (MetaCons "RegisterWebhookWithThirdPartyResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rwwtprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses