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

Contents

Description

Requests the details of a job for a third party action. Only used for partner actions.

Important: When this API is called, AWS CodePipeline returns temporary credentials for the Amazon S3 bucket used to store artifacts for the pipeline, if the action requires access to that Amazon S3 bucket for input or output artifacts. Additionally, this API returns any secret values defined for the action.

Synopsis

Creating a Request

getThirdPartyJobDetails #

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

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

  • gtpjdJobId - The unique system-generated ID used for identifying the job.
  • gtpjdClientToken - 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 GetThirdPartyJobDetails #

Represents the input of a get third party job details action.

See: getThirdPartyJobDetails smart constructor.

Instances

Eq GetThirdPartyJobDetails # 
Data GetThirdPartyJobDetails # 

Methods

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

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

toConstr :: GetThirdPartyJobDetails -> Constr #

dataTypeOf :: GetThirdPartyJobDetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetThirdPartyJobDetails # 
Show GetThirdPartyJobDetails # 
Generic GetThirdPartyJobDetails # 
Hashable GetThirdPartyJobDetails # 
ToJSON GetThirdPartyJobDetails # 
NFData GetThirdPartyJobDetails # 

Methods

rnf :: GetThirdPartyJobDetails -> () #

AWSRequest GetThirdPartyJobDetails # 
ToQuery GetThirdPartyJobDetails # 
ToPath GetThirdPartyJobDetails # 
ToHeaders GetThirdPartyJobDetails # 
type Rep GetThirdPartyJobDetails # 
type Rep GetThirdPartyJobDetails = D1 (MetaData "GetThirdPartyJobDetails" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.4.5-7l6xH8NU5nx4wRSql2Kh3c" False) (C1 (MetaCons "GetThirdPartyJobDetails'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gtpjdJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gtpjdClientToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetThirdPartyJobDetails # 

Request Lenses

gtpjdJobId :: Lens' GetThirdPartyJobDetails Text #

The unique system-generated ID used for identifying the job.

gtpjdClientToken :: Lens' GetThirdPartyJobDetails 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

getThirdPartyJobDetailsResponse #

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

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

data GetThirdPartyJobDetailsResponse #

Represents the output of a get third party job details action.

See: getThirdPartyJobDetailsResponse smart constructor.

Instances

Eq GetThirdPartyJobDetailsResponse # 
Data GetThirdPartyJobDetailsResponse # 

Methods

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

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

toConstr :: GetThirdPartyJobDetailsResponse -> Constr #

dataTypeOf :: GetThirdPartyJobDetailsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetThirdPartyJobDetailsResponse # 
Show GetThirdPartyJobDetailsResponse # 
Generic GetThirdPartyJobDetailsResponse # 
NFData GetThirdPartyJobDetailsResponse # 
type Rep GetThirdPartyJobDetailsResponse # 
type Rep GetThirdPartyJobDetailsResponse = D1 (MetaData "GetThirdPartyJobDetailsResponse" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.4.5-7l6xH8NU5nx4wRSql2Kh3c" False) (C1 (MetaCons "GetThirdPartyJobDetailsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gtpjdrsJobDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ThirdPartyJobDetails))) (S1 (MetaSel (Just Symbol "_gtpjdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

gtpjdrsJobDetails :: Lens' GetThirdPartyJobDetailsResponse (Maybe ThirdPartyJobDetails) #

The details of the job, including any protected values defined for the job.