startPipelineExecution
inline suspend fun CodePipelineClient.startPipelineExecution(crossinline block: StartPipelineExecutionRequest.Builder.() -> Unit): StartPipelineExecutionResponse
Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.