amazonka-codepipeline-1.5.0: Amazon CodePipeline SDK.

Copyright(c) 2013-2017 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.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 Source #

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 Source #

Represents the input of a GetThirdPartyJobDetails action.

See: getThirdPartyJobDetails smart constructor.

Instances

Eq GetThirdPartyJobDetails Source # 
Data GetThirdPartyJobDetails Source # 

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 Source # 
Show GetThirdPartyJobDetails Source # 
Generic GetThirdPartyJobDetails Source # 
Hashable GetThirdPartyJobDetails Source # 
ToJSON GetThirdPartyJobDetails Source # 
NFData GetThirdPartyJobDetails Source # 

Methods

rnf :: GetThirdPartyJobDetails -> () #

AWSRequest GetThirdPartyJobDetails Source # 
ToQuery GetThirdPartyJobDetails Source # 
ToPath GetThirdPartyJobDetails Source # 
ToHeaders GetThirdPartyJobDetails Source # 
type Rep GetThirdPartyJobDetails Source # 
type Rep GetThirdPartyJobDetails = D1 (MetaData "GetThirdPartyJobDetails" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.5.0-BYFgK5oCiPTDLF5tMR5fvg" 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 Source # 

Request Lenses

gtpjdJobId :: Lens' GetThirdPartyJobDetails Text Source #

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

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

getThirdPartyJobDetailsResponse Source #

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 Source #

Represents the output of a GetThirdPartyJobDetails action.

See: getThirdPartyJobDetailsResponse smart constructor.

Instances

Eq GetThirdPartyJobDetailsResponse Source # 
Data GetThirdPartyJobDetailsResponse Source # 

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 #

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

Response Lenses

gtpjdrsJobDetails :: Lens' GetThirdPartyJobDetailsResponse (Maybe ThirdPartyJobDetails) Source #

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