amazonka-codepipeline-1.6.0: Amazon CodePipeline SDK.

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

Network.AWS.CodePipeline.PutThirdPartyJobSuccessResult

Contents

Description

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

Synopsis

Creating a Request

putThirdPartyJobSuccessResult Source #

Creates a value of PutThirdPartyJobSuccessResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • ptpjsrContinuationToken - 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 will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
  • ptpjsrExecutionDetails - The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
  • ptpjsrCurrentRevision - Represents information about a current revision.
  • ptpjsrJobId - The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
  • ptpjsrClientToken - 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.

data PutThirdPartyJobSuccessResult Source #

Represents the input of a PutThirdPartyJobSuccessResult action.

See: putThirdPartyJobSuccessResult smart constructor.

Instances

Eq PutThirdPartyJobSuccessResult Source # 
Data PutThirdPartyJobSuccessResult Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PutThirdPartyJobSuccessResult -> c PutThirdPartyJobSuccessResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PutThirdPartyJobSuccessResult #

toConstr :: PutThirdPartyJobSuccessResult -> Constr #

dataTypeOf :: PutThirdPartyJobSuccessResult -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PutThirdPartyJobSuccessResult) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PutThirdPartyJobSuccessResult) #

gmapT :: (forall b. Data b => b -> b) -> PutThirdPartyJobSuccessResult -> PutThirdPartyJobSuccessResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PutThirdPartyJobSuccessResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PutThirdPartyJobSuccessResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> PutThirdPartyJobSuccessResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PutThirdPartyJobSuccessResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PutThirdPartyJobSuccessResult -> m PutThirdPartyJobSuccessResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PutThirdPartyJobSuccessResult -> m PutThirdPartyJobSuccessResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PutThirdPartyJobSuccessResult -> m PutThirdPartyJobSuccessResult #

Read PutThirdPartyJobSuccessResult Source # 
Show PutThirdPartyJobSuccessResult Source # 
Generic PutThirdPartyJobSuccessResult Source # 
Hashable PutThirdPartyJobSuccessResult Source # 
ToJSON PutThirdPartyJobSuccessResult Source # 
NFData PutThirdPartyJobSuccessResult Source # 
AWSRequest PutThirdPartyJobSuccessResult Source # 
ToHeaders PutThirdPartyJobSuccessResult Source # 
ToPath PutThirdPartyJobSuccessResult Source # 
ToQuery PutThirdPartyJobSuccessResult Source # 
type Rep PutThirdPartyJobSuccessResult Source # 
type Rep PutThirdPartyJobSuccessResult = D1 * (MetaData "PutThirdPartyJobSuccessResult" "Network.AWS.CodePipeline.PutThirdPartyJobSuccessResult" "amazonka-codepipeline-1.6.0-EK1TXgMpZBH3zXFbRFQIXQ" False) (C1 * (MetaCons "PutThirdPartyJobSuccessResult'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_ptpjsrContinuationToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ptpjsrExecutionDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ExecutionDetails)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ptpjsrCurrentRevision") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe CurrentRevision))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ptpjsrJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_ptpjsrClientToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))))
type Rs PutThirdPartyJobSuccessResult Source # 

Request Lenses

ptpjsrContinuationToken :: 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 will use this token in order to identify the running instance of the action. It can be reused to return additional information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

ptpjsrExecutionDetails :: 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.

ptpjsrCurrentRevision :: Lens' PutThirdPartyJobSuccessResult (Maybe CurrentRevision) Source #

Represents information about a current revision.

ptpjsrJobId :: Lens' PutThirdPartyJobSuccessResult Text Source #

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

ptpjsrClientToken :: 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

Eq PutThirdPartyJobSuccessResultResponse Source # 
Data PutThirdPartyJobSuccessResultResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PutThirdPartyJobSuccessResultResponse -> c PutThirdPartyJobSuccessResultResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PutThirdPartyJobSuccessResultResponse #

toConstr :: PutThirdPartyJobSuccessResultResponse -> Constr #

dataTypeOf :: PutThirdPartyJobSuccessResultResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PutThirdPartyJobSuccessResultResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PutThirdPartyJobSuccessResultResponse) #

gmapT :: (forall b. Data b => b -> b) -> PutThirdPartyJobSuccessResultResponse -> PutThirdPartyJobSuccessResultResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PutThirdPartyJobSuccessResultResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PutThirdPartyJobSuccessResultResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> PutThirdPartyJobSuccessResultResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PutThirdPartyJobSuccessResultResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PutThirdPartyJobSuccessResultResponse -> m PutThirdPartyJobSuccessResultResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PutThirdPartyJobSuccessResultResponse -> m PutThirdPartyJobSuccessResultResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PutThirdPartyJobSuccessResultResponse -> m PutThirdPartyJobSuccessResultResponse #

Read PutThirdPartyJobSuccessResultResponse Source # 
Show PutThirdPartyJobSuccessResultResponse Source # 
Generic PutThirdPartyJobSuccessResultResponse Source # 
NFData PutThirdPartyJobSuccessResultResponse Source # 
type Rep PutThirdPartyJobSuccessResultResponse Source # 
type Rep PutThirdPartyJobSuccessResultResponse = D1 * (MetaData "PutThirdPartyJobSuccessResultResponse" "Network.AWS.CodePipeline.PutThirdPartyJobSuccessResult" "amazonka-codepipeline-1.6.0-EK1TXgMpZBH3zXFbRFQIXQ" False) (C1 * (MetaCons "PutThirdPartyJobSuccessResultResponse'" PrefixI False) (U1 *))