RetryStageExecutionInput
public struct RetryStageExecutionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
Declaration
Swift
public let pipelineExecutionId: String
-
The name of the pipeline that contains the failed stage.
Declaration
Swift
public let pipelineName: String
-
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
Declaration
Swift
public let retryMode: StageRetryMode
-
The name of the failed stage to be retried.
Declaration
Swift
public let stageName: String
-
Undocumented
Declaration
Swift
public init(pipelineExecutionId: String, pipelineName: String, retryMode: StageRetryMode, stageName: String)
-
Declaration
Swift
public func validate(name: String) throws