Module Smaws_Client_CodePipeline.StartPipelineExecution

Starts 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 ] -> string
val 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.result
val 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