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

Contents

Description

Confirms a job worker has received the specified job. Only used for partner actions.

Synopsis

Creating a Request

acknowledgeThirdPartyJob Source #

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

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

  • atpjJobId - The unique system-generated ID of the job.
  • atpjNonce - A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. This number must be returned in the response.
  • atpjClientToken - 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 AcknowledgeThirdPartyJob Source #

Represents the input of an acknowledge third party job action.

See: acknowledgeThirdPartyJob smart constructor.

Instances

Eq AcknowledgeThirdPartyJob Source # 
Data AcknowledgeThirdPartyJob Source # 

Methods

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

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

toConstr :: AcknowledgeThirdPartyJob -> Constr #

dataTypeOf :: AcknowledgeThirdPartyJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AcknowledgeThirdPartyJob Source # 
Show AcknowledgeThirdPartyJob Source # 
Generic AcknowledgeThirdPartyJob Source # 
Hashable AcknowledgeThirdPartyJob Source # 
ToJSON AcknowledgeThirdPartyJob Source # 
NFData AcknowledgeThirdPartyJob Source # 
AWSRequest AcknowledgeThirdPartyJob Source # 
ToPath AcknowledgeThirdPartyJob Source # 
ToHeaders AcknowledgeThirdPartyJob Source # 
ToQuery AcknowledgeThirdPartyJob Source # 
type Rep AcknowledgeThirdPartyJob Source # 
type Rep AcknowledgeThirdPartyJob = D1 (MetaData "AcknowledgeThirdPartyJob" "Network.AWS.CodePipeline.AcknowledgeThirdPartyJob" "amazonka-codepipeline-1.4.5-41HZ6s5eko0Fqkbhu3issV" False) (C1 (MetaCons "AcknowledgeThirdPartyJob'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_atpjJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_atpjNonce") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_atpjClientToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs AcknowledgeThirdPartyJob Source # 

Request Lenses

atpjJobId :: Lens' AcknowledgeThirdPartyJob Text Source #

The unique system-generated ID of the job.

atpjNonce :: Lens' AcknowledgeThirdPartyJob Text Source #

A system-generated random number that AWS CodePipeline uses to ensure that the job is being worked on by only one job worker. This number must be returned in the response.

atpjClientToken :: Lens' AcknowledgeThirdPartyJob 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

acknowledgeThirdPartyJobResponse Source #

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

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

data AcknowledgeThirdPartyJobResponse Source #

Represents the output of an acknowledge third party job action.

See: acknowledgeThirdPartyJobResponse smart constructor.

Instances

Eq AcknowledgeThirdPartyJobResponse Source # 
Data AcknowledgeThirdPartyJobResponse Source # 

Methods

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

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

toConstr :: AcknowledgeThirdPartyJobResponse -> Constr #

dataTypeOf :: AcknowledgeThirdPartyJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AcknowledgeThirdPartyJobResponse Source # 
Show AcknowledgeThirdPartyJobResponse Source # 
Generic AcknowledgeThirdPartyJobResponse Source # 
NFData AcknowledgeThirdPartyJobResponse Source # 
type Rep AcknowledgeThirdPartyJobResponse Source # 
type Rep AcknowledgeThirdPartyJobResponse = D1 (MetaData "AcknowledgeThirdPartyJobResponse" "Network.AWS.CodePipeline.AcknowledgeThirdPartyJob" "amazonka-codepipeline-1.4.5-41HZ6s5eko0Fqkbhu3issV" False) (C1 (MetaCons "AcknowledgeThirdPartyJobResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_atpjrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobStatus))) (S1 (MetaSel (Just Symbol "_atpjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

atpjrsStatus :: Lens' AcknowledgeThirdPartyJobResponse (Maybe JobStatus) Source #

The status information for the third party job, if any.