Copyright | (c) 2013-2021 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 |
Synopsis
- data PipelineContext = PipelineContext' {}
- newPipelineContext :: PipelineContext
- pipelineContext_stage :: Lens' PipelineContext (Maybe StageContext)
- pipelineContext_pipelineName :: Lens' PipelineContext (Maybe Text)
- pipelineContext_action :: Lens' PipelineContext (Maybe ActionContext)
- pipelineContext_pipelineArn :: Lens' PipelineContext (Maybe Text)
- pipelineContext_pipelineExecutionId :: Lens' PipelineContext (Maybe Text)
Documentation
data PipelineContext Source #
Represents information about a pipeline to a job worker.
PipelineContext contains pipelineArn
and pipelineExecutionId
for
custom action jobs. The pipelineArn
and pipelineExecutionId
fields
are not populated for ThirdParty action jobs.
See: newPipelineContext
smart constructor.
PipelineContext' | |
|
Instances
newPipelineContext :: PipelineContext Source #
Create a value of PipelineContext
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:stage:PipelineContext'
, pipelineContext_stage
- The stage of the pipeline.
$sel:pipelineName:PipelineContext'
, pipelineContext_pipelineName
- The name of the pipeline. This is a user-specified value. Pipeline names
must be unique across all pipeline names under an Amazon Web Services
account.
$sel:action:PipelineContext'
, pipelineContext_action
- The context of an action to a job worker in the stage of a pipeline.
$sel:pipelineArn:PipelineContext'
, pipelineContext_pipelineArn
- The Amazon Resource Name (ARN) of the pipeline.
$sel:pipelineExecutionId:PipelineContext'
, pipelineContext_pipelineExecutionId
- The execution ID of the pipeline.
pipelineContext_stage :: Lens' PipelineContext (Maybe StageContext) Source #
The stage of the pipeline.
pipelineContext_pipelineName :: Lens' PipelineContext (Maybe Text) Source #
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
pipelineContext_action :: Lens' PipelineContext (Maybe ActionContext) Source #
The context of an action to a job worker in the stage of a pipeline.
pipelineContext_pipelineArn :: Lens' PipelineContext (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipelineContext_pipelineExecutionId :: Lens' PipelineContext (Maybe Text) Source #
The execution ID of the pipeline.