Smaws_Client_CodePipeline.PutActionRevisionProvides information to CodePipeline about new revisions to a source.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ActionNotFoundException of Types.action_not_found_exception
| `ConcurrentPipelineExecutionsLimitExceededException of
Types.concurrent_pipeline_executions_limit_exceeded_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `StageNotFoundException of Types.stage_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.put_action_revision_input ->
(Types.put_action_revision_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionNotFoundException of Types.action_not_found_exception
| `ConcurrentPipelineExecutionsLimitExceededException of
Types.concurrent_pipeline_executions_limit_exceeded_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `StageNotFoundException of Types.stage_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.put_action_revision_input ->
(Types.put_action_revision_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ActionNotFoundException of Types.action_not_found_exception
| `ConcurrentPipelineExecutionsLimitExceededException of
Types.concurrent_pipeline_executions_limit_exceeded_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `StageNotFoundException of Types.stage_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result