amazonka-codepipeline-1.6.0: 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 #

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

See: getThirdPartyJobDetails smart constructor.

Instances
Eq GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

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

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Show GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Generic GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Associated Types

type Rep GetThirdPartyJobDetails :: * -> * #

Hashable GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

ToJSON GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

AWSRequest GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Associated Types

type Rs GetThirdPartyJobDetails :: * #

ToHeaders GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

ToPath GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

ToQuery GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

NFData GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Methods

rnf :: GetThirdPartyJobDetails -> () #

type Rep GetThirdPartyJobDetails # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

type Rep GetThirdPartyJobDetails = D1 (MetaData "GetThirdPartyJobDetails" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.6.0-CC2BPnoufmqE0zbjOUPBZ9" 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 # 
Instance details

Defined in Network.AWS.CodePipeline.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 GetThirdPartyJobDetails action.

See: getThirdPartyJobDetailsResponse smart constructor.

Instances
Eq GetThirdPartyJobDetailsResponse # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

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

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Generic GetThirdPartyJobDetailsResponse # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

Associated Types

type Rep GetThirdPartyJobDetailsResponse :: * -> * #

NFData GetThirdPartyJobDetailsResponse # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

type Rep GetThirdPartyJobDetailsResponse # 
Instance details

Defined in Network.AWS.CodePipeline.GetThirdPartyJobDetails

type Rep GetThirdPartyJobDetailsResponse = D1 (MetaData "GetThirdPartyJobDetailsResponse" "Network.AWS.CodePipeline.GetThirdPartyJobDetails" "amazonka-codepipeline-1.6.0-CC2BPnoufmqE0zbjOUPBZ9" 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) #

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