Values.PutActionRevisionInputSourceRepresents the input of a PutActionRevision action.
type nonrec t = {pipelineName : PipelineName.t;The name of the pipeline that starts processing the revision to the source.
*)stageName : StageName.t;The name of the stage that contains the action that acts on the revision.
*)actionName : ActionName.t;The name of the action that processes the revision.
*)actionRevision : ActionRevision.t;Represents information about the version (or revision) of an action.
*)}val make :
pipelineName:PipelineName.t ->
stageName:StageName.t ->
actionName:ActionName.t ->
actionRevision:ActionRevision.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of PipelineName.t
| `Structure of
(string * [> `String of Revision.t | `Timestamp of Timestamp.t ])
list ])
list ]