Values.PutActionRevisionOutputSourceRepresents the output of a PutActionRevision action.
type nonrec t = {newRevision : Boolean.t option;Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
*)pipelineExecutionId : PipelineExecutionId.t option;The ID of the current workflow state of the pipeline.
*)}type nonrec error = [ | `ActionNotFoundException of ActionNotFoundException.t| `ConcurrentPipelineExecutionsLimitExceededException of
ConcurrentPipelineExecutionsLimitExceededException.t| `PipelineNotFoundException of PipelineNotFoundException.t| `StageNotFoundException of StageNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActionNotFoundException of unit
| `ConcurrentPipelineExecutionsLimitExceededException of
ConcurrentPipelineExecutionsLimitExceededException.t
| `PipelineNotFoundException of unit
| `StageNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActionNotFoundException of unit
| `ConcurrentPipelineExecutionsLimitExceededException of
ConcurrentPipelineExecutionsLimitExceededException.t
| `PipelineNotFoundException of unit
| `StageNotFoundException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of PipelineExecutionId.t ])
list ]