Values.StopPipelineExecutionOutputSourceStops the specified pipeline execution. You choose to either stop the pipeline execution by completing in-progress actions without starting subsequent actions, or by abandoning in-progress actions. While completing or abandoning in-progress actions, the pipeline execution is in a Stopping state. After all in-progress actions are completed or abandoned, the pipeline execution is in a Stopped state.
type nonrec t = {pipelineExecutionId : PipelineExecutionId.t option;The unique system-generated ID of the pipeline execution that was stopped.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `DuplicatedStopRequestException of DuplicatedStopRequestException.t| `PipelineExecutionNotStoppableException of
PipelineExecutionNotStoppableException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `DuplicatedStopRequestException of DuplicatedStopRequestException.t
| `PipelineExecutionNotStoppableException of
PipelineExecutionNotStoppableException.t
| `PipelineNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `DuplicatedStopRequestException of DuplicatedStopRequestException.t
| `PipelineExecutionNotStoppableException of
PipelineExecutionNotStoppableException.t
| `PipelineNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]