amazonka-codepipeline-1.6.1: 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.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 # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Data GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.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 Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Show GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Generic GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Associated Types

type Rep GetThirdPartyJobDetails :: Type -> Type #

Hashable GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

ToJSON GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

AWSRequest GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Associated Types

type Rs GetThirdPartyJobDetails :: Type #

ToHeaders GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

ToPath GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

ToQuery GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

NFData GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Methods

rnf :: GetThirdPartyJobDetails -> () #

type Rep GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

type Rep GetThirdPartyJobDetails = D1 (MetaData "GetThirdPartyJobDetails" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.6.1-F3QDNRTP6GQJdBGUcFnM9u" False) (C1 (MetaCons "GetThirdPartyJobDetails'" PrefixI True) (S1 (MetaSel (Just "_gtpjdJobId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gtpjdClientToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetThirdPartyJobDetails Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

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 # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Data GetThirdPartyJobDetailsResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

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 # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Generic GetThirdPartyJobDetailsResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Associated Types

type Rep GetThirdPartyJobDetailsResponse :: Type -> Type #

NFData GetThirdPartyJobDetailsResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

type Rep GetThirdPartyJobDetailsResponse Source # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

type Rep GetThirdPartyJobDetailsResponse = D1 (MetaData "GetThirdPartyJobDetailsResponse" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.6.1-F3QDNRTP6GQJdBGUcFnM9u" False) (C1 (MetaCons "GetThirdPartyJobDetailsResponse'" PrefixI True) (S1 (MetaSel (Just "_gtpjdrsJobDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ThirdPartyJobDetails)) :*: S1 (MetaSel (Just "_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.