amazonka-codepipeline-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Data RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

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 # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Show RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Generic RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Associated Types

type Rep RegisterWebhookWithThirdParty :: Type -> Type #

Hashable RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

ToJSON RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

AWSRequest RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Associated Types

type Rs RegisterWebhookWithThirdParty :: Type #

ToHeaders RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

ToPath RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

ToQuery RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

NFData RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdParty = D1 (MetaData "RegisterWebhookWithThirdParty" "Network.AWS.CodePipeline.RegisterWebhookWithThirdParty" "amazonka-codepipeline-1.6.1-F3QDNRTP6GQJdBGUcFnM9u" True) (C1 (MetaCons "RegisterWebhookWithThirdParty'" PrefixI True) (S1 (MetaSel (Just "_rwwtpWebhookName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

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 # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Data RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

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 # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Show RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

Generic RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

NFData RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdPartyResponse = D1 (MetaData "RegisterWebhookWithThirdPartyResponse" "Network.AWS.CodePipeline.RegisterWebhookWithThirdParty" "amazonka-codepipeline-1.6.1-F3QDNRTP6GQJdBGUcFnM9u" True) (C1 (MetaCons "RegisterWebhookWithThirdPartyResponse'" PrefixI True) (S1 (MetaSel (Just "_rwwtprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses