| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CodePipeline.StartPipelineExecution
Description
Starts the specified pipeline. Specifically, it begins processing the latest commit to the source location specified as part of the pipeline.
- startPipelineExecution :: Text -> StartPipelineExecution
- data StartPipelineExecution
- speName :: Lens' StartPipelineExecution Text
- startPipelineExecutionResponse :: Int -> StartPipelineExecutionResponse
- data StartPipelineExecutionResponse
- spersPipelineExecutionId :: Lens' StartPipelineExecutionResponse (Maybe Text)
- spersResponseStatus :: Lens' StartPipelineExecutionResponse Int
Creating a Request
startPipelineExecution Source #
Arguments
| :: Text | |
| -> StartPipelineExecution |
Creates a value of StartPipelineExecution with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StartPipelineExecution Source #
Represents the input of a start pipeline execution action.
See: startPipelineExecution smart constructor.
Instances
Request Lenses
Destructuring the Response
startPipelineExecutionResponse Source #
Arguments
| :: Int | |
| -> StartPipelineExecutionResponse |
Creates a value of StartPipelineExecutionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data StartPipelineExecutionResponse Source #
Represents the output of a start pipeline execution action.
See: startPipelineExecutionResponse smart constructor.
Instances
Response Lenses
spersPipelineExecutionId :: Lens' StartPipelineExecutionResponse (Maybe Text) Source #
The unique system-generated ID of the pipeline that was started.
spersResponseStatus :: Lens' StartPipelineExecutionResponse Int Source #
The response status code.