libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodePipeline.ListActionExecutions

Description

Lists the action executions that have occurred in a pipeline.

This operation returns paginated results.

Synopsis

Creating a Request

data ListActionExecutions Source #

See: newListActionExecutions smart constructor.

Constructors

ListActionExecutions' 

Fields

  • nextToken :: Maybe Text

    The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

  • filter' :: Maybe ActionExecutionFilter

    Input information used to filter action execution history.

  • maxResults :: Maybe Natural

    The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

    Detailed execution history is available for executions run on or after February 21, 2019.

  • pipelineName :: Text

    The name of the pipeline for which you want to list action execution history.

Instances

Instances details
Eq ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Read ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Show ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Generic ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Associated Types

type Rep ListActionExecutions :: Type -> Type #

NFData ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Methods

rnf :: ListActionExecutions -> () #

Hashable ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

ToJSON ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

AWSPager ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

AWSRequest ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Associated Types

type AWSResponse ListActionExecutions #

ToHeaders ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

ToPath ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

ToQuery ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

type Rep ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

type Rep ListActionExecutions = D1 ('MetaData "ListActionExecutions" "Amazonka.CodePipeline.ListActionExecutions" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ListActionExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionExecutionFilter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListActionExecutions Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

newListActionExecutions Source #

Create a value of ListActionExecutions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:nextToken:ListActionExecutions', listActionExecutions_nextToken - The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

$sel:filter':ListActionExecutions', listActionExecutions_filter - Input information used to filter action execution history.

$sel:maxResults:ListActionExecutions', listActionExecutions_maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

Detailed execution history is available for executions run on or after February 21, 2019.

$sel:pipelineName:ListActionExecutions', listActionExecutions_pipelineName - The name of the pipeline for which you want to list action execution history.

Request Lenses

listActionExecutions_nextToken :: Lens' ListActionExecutions (Maybe Text) Source #

The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

listActionExecutions_filter :: Lens' ListActionExecutions (Maybe ActionExecutionFilter) Source #

Input information used to filter action execution history.

listActionExecutions_maxResults :: Lens' ListActionExecutions (Maybe Natural) Source #

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

Detailed execution history is available for executions run on or after February 21, 2019.

listActionExecutions_pipelineName :: Lens' ListActionExecutions Text Source #

The name of the pipeline for which you want to list action execution history.

Destructuring the Response

data ListActionExecutionsResponse Source #

See: newListActionExecutionsResponse smart constructor.

Constructors

ListActionExecutionsResponse' 

Fields

  • actionExecutionDetails :: Maybe [ActionExecutionDetail]

    The details for a list of recent executions, such as action execution ID.

  • nextToken :: Maybe Text

    If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListActionExecutionsResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Read ListActionExecutionsResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Show ListActionExecutionsResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Generic ListActionExecutionsResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

Associated Types

type Rep ListActionExecutionsResponse :: Type -> Type #

NFData ListActionExecutionsResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

type Rep ListActionExecutionsResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.ListActionExecutions

type Rep ListActionExecutionsResponse = D1 ('MetaData "ListActionExecutionsResponse" "Amazonka.CodePipeline.ListActionExecutions" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ListActionExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionExecutionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ActionExecutionDetail])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListActionExecutionsResponse Source #

Create a value of ListActionExecutionsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionExecutionDetails:ListActionExecutionsResponse', listActionExecutionsResponse_actionExecutionDetails - The details for a list of recent executions, such as action execution ID.

$sel:nextToken:ListActionExecutions', listActionExecutionsResponse_nextToken - If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.

$sel:httpStatus:ListActionExecutionsResponse', listActionExecutionsResponse_httpStatus - The response's http status code.

Response Lenses

listActionExecutionsResponse_actionExecutionDetails :: Lens' ListActionExecutionsResponse (Maybe [ActionExecutionDetail]) Source #

The details for a list of recent executions, such as action execution ID.

listActionExecutionsResponse_nextToken :: Lens' ListActionExecutionsResponse (Maybe Text) Source #

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.