Smaws_Client_CodePipeline.StartPipelineExecutionStarts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentPipelineExecutionsLimitExceededException of
Types.concurrent_pipeline_executions_limit_exceeded_exception
| `ConflictException of Types.conflict_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_pipeline_execution_input ->
(Types.start_pipeline_execution_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentPipelineExecutionsLimitExceededException of
Types.concurrent_pipeline_executions_limit_exceeded_exception
| `ConflictException of Types.conflict_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `ValidationException of Types.validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_pipeline_execution_input ->
(Types.start_pipeline_execution_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentPipelineExecutionsLimitExceededException of
Types.concurrent_pipeline_executions_limit_exceeded_exception
| `ConflictException of Types.conflict_exception
| `PipelineNotFoundException of Types.pipeline_not_found_exception
| `ValidationException of Types.validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result