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 PipelineExecution = PipelineExecution' {
- creationTime :: Maybe POSIX
- pipelineExecutionStatus :: Maybe PipelineExecutionStatus
- failureReason :: Maybe Text
- pipelineExecutionArn :: Maybe Text
- pipelineParameters :: Maybe [Parameter]
- createdBy :: Maybe UserContext
- lastModifiedTime :: Maybe POSIX
- pipelineArn :: Maybe Text
- pipelineExecutionDisplayName :: Maybe Text
- lastModifiedBy :: Maybe UserContext
- pipelineExecutionDescription :: Maybe Text
- pipelineExperimentConfig :: Maybe PipelineExperimentConfig
- newPipelineExecution :: PipelineExecution
- pipelineExecution_creationTime :: Lens' PipelineExecution (Maybe UTCTime)
- pipelineExecution_pipelineExecutionStatus :: Lens' PipelineExecution (Maybe PipelineExecutionStatus)
- pipelineExecution_failureReason :: Lens' PipelineExecution (Maybe Text)
- pipelineExecution_pipelineExecutionArn :: Lens' PipelineExecution (Maybe Text)
- pipelineExecution_pipelineParameters :: Lens' PipelineExecution (Maybe [Parameter])
- pipelineExecution_createdBy :: Lens' PipelineExecution (Maybe UserContext)
- pipelineExecution_lastModifiedTime :: Lens' PipelineExecution (Maybe UTCTime)
- pipelineExecution_pipelineArn :: Lens' PipelineExecution (Maybe Text)
- pipelineExecution_pipelineExecutionDisplayName :: Lens' PipelineExecution (Maybe Text)
- pipelineExecution_lastModifiedBy :: Lens' PipelineExecution (Maybe UserContext)
- pipelineExecution_pipelineExecutionDescription :: Lens' PipelineExecution (Maybe Text)
- pipelineExecution_pipelineExperimentConfig :: Lens' PipelineExecution (Maybe PipelineExperimentConfig)
Documentation
data PipelineExecution Source #
An execution of a pipeline.
See: newPipelineExecution
smart constructor.
PipelineExecution' | |
|
Instances
newPipelineExecution :: PipelineExecution Source #
Create a value of PipelineExecution
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:creationTime:PipelineExecution'
, pipelineExecution_creationTime
- The creation time of the pipeline execution.
$sel:pipelineExecutionStatus:PipelineExecution'
, pipelineExecution_pipelineExecutionStatus
- The status of the pipeline status.
$sel:failureReason:PipelineExecution'
, pipelineExecution_failureReason
- If the execution failed, a message describing why.
$sel:pipelineExecutionArn:PipelineExecution'
, pipelineExecution_pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.
$sel:pipelineParameters:PipelineExecution'
, pipelineExecution_pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.
$sel:createdBy:PipelineExecution'
, pipelineExecution_createdBy
- Undocumented member.
$sel:lastModifiedTime:PipelineExecution'
, pipelineExecution_lastModifiedTime
- The time that the pipeline execution was last modified.
$sel:pipelineArn:PipelineExecution'
, pipelineExecution_pipelineArn
- The Amazon Resource Name (ARN) of the pipeline that was executed.
$sel:pipelineExecutionDisplayName:PipelineExecution'
, pipelineExecution_pipelineExecutionDisplayName
- The display name of the pipeline execution.
$sel:lastModifiedBy:PipelineExecution'
, pipelineExecution_lastModifiedBy
- Undocumented member.
$sel:pipelineExecutionDescription:PipelineExecution'
, pipelineExecution_pipelineExecutionDescription
- The description of the pipeline execution.
$sel:pipelineExperimentConfig:PipelineExecution'
, pipelineExecution_pipelineExperimentConfig
- Undocumented member.
pipelineExecution_creationTime :: Lens' PipelineExecution (Maybe UTCTime) Source #
The creation time of the pipeline execution.
pipelineExecution_pipelineExecutionStatus :: Lens' PipelineExecution (Maybe PipelineExecutionStatus) Source #
The status of the pipeline status.
pipelineExecution_failureReason :: Lens' PipelineExecution (Maybe Text) Source #
If the execution failed, a message describing why.
pipelineExecution_pipelineExecutionArn :: Lens' PipelineExecution (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecution_pipelineParameters :: Lens' PipelineExecution (Maybe [Parameter]) Source #
Contains a list of pipeline parameters. This list can be empty.
pipelineExecution_createdBy :: Lens' PipelineExecution (Maybe UserContext) Source #
Undocumented member.
pipelineExecution_lastModifiedTime :: Lens' PipelineExecution (Maybe UTCTime) Source #
The time that the pipeline execution was last modified.
pipelineExecution_pipelineArn :: Lens' PipelineExecution (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline that was executed.
pipelineExecution_pipelineExecutionDisplayName :: Lens' PipelineExecution (Maybe Text) Source #
The display name of the pipeline execution.
pipelineExecution_lastModifiedBy :: Lens' PipelineExecution (Maybe UserContext) Source #
Undocumented member.
pipelineExecution_pipelineExecutionDescription :: Lens' PipelineExecution (Maybe Text) Source #
The description of the pipeline execution.
pipelineExecution_pipelineExperimentConfig :: Lens' PipelineExecution (Maybe PipelineExperimentConfig) Source #
Undocumented member.