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

Description

Represents the success of a third party job as returned to the pipeline by a job worker. Used for partner actions only.

Synopsis

Creating a Request

data PutThirdPartyJobSuccessResult Source #

Represents the input of a PutThirdPartyJobSuccessResult action.

See: newPutThirdPartyJobSuccessResult smart constructor.

Constructors

PutThirdPartyJobSuccessResult' 

Fields

  • continuationToken :: Maybe Text

    A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

  • executionDetails :: Maybe ExecutionDetails

    The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

  • currentRevision :: Maybe CurrentRevision

    Represents information about a current revision.

  • jobId :: Text

    The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.

  • clientToken :: Text

    The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

Instances

Instances details
Eq PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Read PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Show PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Generic PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Associated Types

type Rep PutThirdPartyJobSuccessResult :: Type -> Type #

NFData PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Hashable PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

ToJSON PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

AWSRequest PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

ToHeaders PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

ToPath PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

ToQuery PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

type Rep PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

type Rep PutThirdPartyJobSuccessResult = D1 ('MetaData "PutThirdPartyJobSuccessResult" "Amazonka.CodePipeline.PutThirdPartyJobSuccessResult" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "PutThirdPartyJobSuccessResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "continuationToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "executionDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionDetails))) :*: (S1 ('MetaSel ('Just "currentRevision") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CurrentRevision)) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse PutThirdPartyJobSuccessResult Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

newPutThirdPartyJobSuccessResult Source #

Create a value of PutThirdPartyJobSuccessResult 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:continuationToken:PutThirdPartyJobSuccessResult', putThirdPartyJobSuccessResult_continuationToken - A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

$sel:executionDetails:PutThirdPartyJobSuccessResult', putThirdPartyJobSuccessResult_executionDetails - The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

$sel:currentRevision:PutThirdPartyJobSuccessResult', putThirdPartyJobSuccessResult_currentRevision - Represents information about a current revision.

$sel:jobId:PutThirdPartyJobSuccessResult', putThirdPartyJobSuccessResult_jobId - The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.

$sel:clientToken:PutThirdPartyJobSuccessResult', putThirdPartyJobSuccessResult_clientToken - The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

Request Lenses

putThirdPartyJobSuccessResult_continuationToken :: Lens' PutThirdPartyJobSuccessResult (Maybe Text) Source #

A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

putThirdPartyJobSuccessResult_executionDetails :: Lens' PutThirdPartyJobSuccessResult (Maybe ExecutionDetails) Source #

The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

putThirdPartyJobSuccessResult_jobId :: Lens' PutThirdPartyJobSuccessResult Text Source #

The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.

putThirdPartyJobSuccessResult_clientToken :: Lens' PutThirdPartyJobSuccessResult Text Source #

The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

Destructuring the Response

data PutThirdPartyJobSuccessResultResponse Source #

Instances

Instances details
Eq PutThirdPartyJobSuccessResultResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Read PutThirdPartyJobSuccessResultResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Show PutThirdPartyJobSuccessResultResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

Generic PutThirdPartyJobSuccessResultResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

NFData PutThirdPartyJobSuccessResultResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

type Rep PutThirdPartyJobSuccessResultResponse Source # 
Instance details

Defined in Amazonka.CodePipeline.PutThirdPartyJobSuccessResult

type Rep PutThirdPartyJobSuccessResultResponse = D1 ('MetaData "PutThirdPartyJobSuccessResultResponse" "Amazonka.CodePipeline.PutThirdPartyJobSuccessResult" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "PutThirdPartyJobSuccessResultResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newPutThirdPartyJobSuccessResultResponse :: PutThirdPartyJobSuccessResultResponse Source #

Create a value of PutThirdPartyJobSuccessResultResponse with all optional fields omitted.

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