{ "opencollection": "1.0.0", "info": { "name": "AWS CodePipeline Executions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Executions", "type": "folder" }, "items": [ { "info": { "name": "Amazon CodePipeline Start a Pipeline Execution", "type": "http" }, "http": { "method": "POST", "url": "http://codepipeline.{region}.amazonaws.com/startPipelineExecution", "body": { "type": "json", "data": "{}" } }, "docs": "Starts the specified pipeline, causing it to run its most recent revision." }, { "info": { "name": "Amazon CodePipeline Get Pipeline Execution Details", "type": "http" }, "http": { "method": "POST", "url": "http://codepipeline.{region}.amazonaws.com/getPipelineExecution", "body": { "type": "json", "data": "{}" } }, "docs": "Returns information about an execution of a pipeline." } ] } ], "bundled": true }