amazonka-codepipeline-2.0: Amazon CodePipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Description

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

Synopsis

Creating a Request

data RegisterWebhookWithThirdParty Source #

See: newRegisterWebhookWithThirdParty smart constructor.

Constructors

RegisterWebhookWithThirdParty' 

Fields

  • webhookName :: Maybe Text

    The name of an existing webhook created with PutWebhook to register with a supported third party.

Instances

Instances details
ToJSON RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

ToHeaders RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

ToPath RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

ToQuery RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

AWSRequest RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Generic RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Associated Types

type Rep RegisterWebhookWithThirdParty :: Type -> Type #

Read RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Show RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

NFData RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Eq RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Hashable RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

type AWSResponse RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdParty Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdParty = D1 ('MetaData "RegisterWebhookWithThirdParty" "Amazonka.CodePipeline.RegisterWebhookWithThirdParty" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" 'False) (C1 ('MetaCons "RegisterWebhookWithThirdParty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "webhookName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegisterWebhookWithThirdParty :: RegisterWebhookWithThirdParty Source #

Create a value of RegisterWebhookWithThirdParty 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:webhookName:RegisterWebhookWithThirdParty', registerWebhookWithThirdParty_webhookName - The name of an existing webhook created with PutWebhook to register with a supported third party.

Request Lenses

registerWebhookWithThirdParty_webhookName :: Lens' RegisterWebhookWithThirdParty (Maybe Text) Source #

The name of an existing webhook created with PutWebhook to register with a supported third party.

Destructuring the Response

data RegisterWebhookWithThirdPartyResponse Source #

Constructors

RegisterWebhookWithThirdPartyResponse' 

Fields

Instances

Instances details
Generic RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Read RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Show RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

NFData RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

Eq RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdPartyResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.RegisterWebhookWithThirdParty

type Rep RegisterWebhookWithThirdPartyResponse = D1 ('MetaData "RegisterWebhookWithThirdPartyResponse" "Amazonka.CodePipeline.RegisterWebhookWithThirdParty" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" 'False) (C1 ('MetaCons "RegisterWebhookWithThirdPartyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterWebhookWithThirdPartyResponse Source #

Create a value of RegisterWebhookWithThirdPartyResponse 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:RegisterWebhookWithThirdPartyResponse', registerWebhookWithThirdPartyResponse_httpStatus - The response's http status code.

Response Lenses