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

Amazonka.CodePipeline.Types.ExecutionTrigger

Description

 
Synopsis

Documentation

data ExecutionTrigger Source #

The interaction or event that started a pipeline execution.

See: newExecutionTrigger smart constructor.

Constructors

ExecutionTrigger' 

Fields

  • triggerType :: Maybe TriggerType

    The type of change-detection method, command, or user interaction that started a pipeline execution.

  • triggerDetail :: Maybe Text

    Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

Instances

Instances details
Eq ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

Read ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

Show ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

Generic ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

Associated Types

type Rep ExecutionTrigger :: Type -> Type #

NFData ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

Methods

rnf :: ExecutionTrigger -> () #

Hashable ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

FromJSON ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

type Rep ExecutionTrigger Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutionTrigger

type Rep ExecutionTrigger = D1 ('MetaData "ExecutionTrigger" "Amazonka.CodePipeline.Types.ExecutionTrigger" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ExecutionTrigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "triggerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TriggerType)) :*: S1 ('MetaSel ('Just "triggerDetail") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExecutionTrigger :: ExecutionTrigger Source #

Create a value of ExecutionTrigger 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:triggerType:ExecutionTrigger', executionTrigger_triggerType - The type of change-detection method, command, or user interaction that started a pipeline execution.

$sel:triggerDetail:ExecutionTrigger', executionTrigger_triggerDetail - Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

executionTrigger_triggerType :: Lens' ExecutionTrigger (Maybe TriggerType) Source #

The type of change-detection method, command, or user interaction that started a pipeline execution.

executionTrigger_triggerDetail :: Lens' ExecutionTrigger (Maybe Text) Source #

Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.