amazonka-codepipeline-1.4.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 #

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 - Undocumented member.
  • ptpjsrCurrentRevision - Undocumented member.
  • 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 #

Represents the input of a put third party job success result action.

See: putThirdPartyJobSuccessResult smart constructor.

Instances

Eq PutThirdPartyJobSuccessResult # 
Data PutThirdPartyJobSuccessResult # 

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 # 
Show PutThirdPartyJobSuccessResult # 
Generic PutThirdPartyJobSuccessResult # 
Hashable PutThirdPartyJobSuccessResult # 
ToJSON PutThirdPartyJobSuccessResult # 
NFData PutThirdPartyJobSuccessResult # 
AWSRequest PutThirdPartyJobSuccessResult # 
ToQuery PutThirdPartyJobSuccessResult # 
ToPath PutThirdPartyJobSuccessResult # 
ToHeaders PutThirdPartyJobSuccessResult # 
type Rep PutThirdPartyJobSuccessResult # 
type Rep PutThirdPartyJobSuccessResult = D1 (MetaData "PutThirdPartyJobSuccessResult" "Network.AWS.CodePipeline.PutThirdPartyJobSuccessResult" "amazonka-codepipeline-1.4.5-7l6xH8NU5nx4wRSql2Kh3c" 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 # 

Request Lenses

ptpjsrContinuationToken :: Lens' PutThirdPartyJobSuccessResult (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 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.

ptpjsrJobId :: Lens' PutThirdPartyJobSuccessResult Text #

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

ptpjsrClientToken :: Lens' PutThirdPartyJobSuccessResult 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.

Destructuring the Response

putThirdPartyJobSuccessResultResponse :: PutThirdPartyJobSuccessResultResponse #

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

data PutThirdPartyJobSuccessResultResponse #

Instances

Eq PutThirdPartyJobSuccessResultResponse # 
Data PutThirdPartyJobSuccessResultResponse # 

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 # 
Show PutThirdPartyJobSuccessResultResponse # 
Generic PutThirdPartyJobSuccessResultResponse # 
NFData PutThirdPartyJobSuccessResultResponse # 
type Rep PutThirdPartyJobSuccessResultResponse # 
type Rep PutThirdPartyJobSuccessResultResponse = D1 (MetaData "PutThirdPartyJobSuccessResultResponse" "Network.AWS.CodePipeline.PutThirdPartyJobSuccessResult" "amazonka-codepipeline-1.4.5-7l6xH8NU5nx4wRSql2Kh3c" False) (C1 (MetaCons "PutThirdPartyJobSuccessResultResponse'" PrefixI False) U1)