Values.StartPipelineExecutionOutputSourceRepresents the output of a StartPipelineExecution action.
type nonrec t = {pipelineExecutionId : PipelineExecutionId.t option;The unique system-generated ID of the pipeline execution that was started.
*)}type nonrec error = [ | `ConcurrentPipelineExecutionsLimitExceededException of
ConcurrentPipelineExecutionsLimitExceededException.t| `ConflictException of ConflictException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentPipelineExecutionsLimitExceededException of
ConcurrentPipelineExecutionsLimitExceededException.t
| `ConflictException of ConflictException.t
| `PipelineNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentPipelineExecutionsLimitExceededException of
ConcurrentPipelineExecutionsLimitExceededException.t
| `ConflictException of ConflictException.t
| `PipelineNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]