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.GetPipelineExecution

Description

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

Synopsis

Creating a Request

data GetPipelineExecution Source #

Represents the input of a GetPipelineExecution action.

See: newGetPipelineExecution smart constructor.

Constructors

GetPipelineExecution' 

Fields

  • pipelineName :: Text

    The name of the pipeline about which you want to get execution details.

  • pipelineExecutionId :: Text

    The ID of the pipeline execution about which you want to get execution details.

Instances

Instances details
Eq GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Read GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Show GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Generic GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Associated Types

type Rep GetPipelineExecution :: Type -> Type #

NFData GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Methods

rnf :: GetPipelineExecution -> () #

Hashable GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

ToJSON GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

AWSRequest GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Associated Types

type AWSResponse GetPipelineExecution #

ToHeaders GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

ToPath GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

ToQuery GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

type Rep GetPipelineExecution Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

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

Defined in Amazonka.CodePipeline.GetPipelineExecution

newGetPipelineExecution Source #

Create a value of GetPipelineExecution 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:pipelineName:GetPipelineExecution', getPipelineExecution_pipelineName - The name of the pipeline about which you want to get execution details.

$sel:pipelineExecutionId:GetPipelineExecution', getPipelineExecution_pipelineExecutionId - The ID of the pipeline execution about which you want to get execution details.

Request Lenses

getPipelineExecution_pipelineName :: Lens' GetPipelineExecution Text Source #

The name of the pipeline about which you want to get execution details.

getPipelineExecution_pipelineExecutionId :: Lens' GetPipelineExecution Text Source #

The ID of the pipeline execution about which you want to get execution details.

Destructuring the Response

data GetPipelineExecutionResponse Source #

Represents the output of a GetPipelineExecution action.

See: newGetPipelineExecutionResponse smart constructor.

Constructors

GetPipelineExecutionResponse' 

Fields

Instances

Instances details
Eq GetPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Read GetPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Show GetPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Generic GetPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

Associated Types

type Rep GetPipelineExecutionResponse :: Type -> Type #

NFData GetPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

type Rep GetPipelineExecutionResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.GetPipelineExecution

type Rep GetPipelineExecutionResponse = D1 ('MetaData "GetPipelineExecutionResponse" "Amazonka.CodePipeline.GetPipelineExecution" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "GetPipelineExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecution)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetPipelineExecutionResponse Source #

Create a value of GetPipelineExecutionResponse 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:pipelineExecution:GetPipelineExecutionResponse', getPipelineExecutionResponse_pipelineExecution - Represents information about the execution of a pipeline.

$sel:httpStatus:GetPipelineExecutionResponse', getPipelineExecutionResponse_httpStatus - The response's http status code.

Response Lenses