PipelineExecutionSummary
public struct PipelineExecutionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time of the last change to the pipeline execution, in timestamp format.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The ID of the pipeline execution.
Declaration
Swift
public let pipelineExecutionId: String?
-
A list of the source artifact revisions that initiated a pipeline execution.
Declaration
Swift
public let sourceRevisions: [SourceRevision]?
-
The date and time when the pipeline execution began, in timestamp format.
Declaration
Swift
public let startTime: TimeStamp?
-
The status of the pipeline execution. InProgress: The pipeline execution is currently running. Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions. Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions. Succeeded: The pipeline execution was completed successfully. Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions. Failed: The pipeline execution was not completed successfully.
Declaration
Swift
public let status: PipelineExecutionStatus?
-
The interaction that stopped a pipeline execution.
Declaration
Swift
public let stopTrigger: StopExecutionTrigger?
-
The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.
Declaration
Swift
public let trigger: ExecutionTrigger?
-
Undocumented
Declaration
Swift
public init(lastUpdateTime: TimeStamp? = nil, pipelineExecutionId: String? = nil, sourceRevisions: [SourceRevision]? = nil, startTime: TimeStamp? = nil, status: PipelineExecutionStatus? = nil, stopTrigger: StopExecutionTrigger? = nil, trigger: ExecutionTrigger? = nil)