Gets a summary of the most recent executions for a pipeline.
See https://www.paws-r-sdk.com/docs/codepipeline_list_pipeline_executions/ for full documentation.
codepipeline_list_pipeline_executions(
pipelineName,
maxResults = NULL,
filter = NULL,
nextToken = NULL
)
[required] The name of the pipeline for which you want to get execution summary information.
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
The pipeline execution to filter on.
The token that was returned from the previous
list_pipeline_executions
call, which can be used to return the next set of pipeline executions in
the list.