amazonka-codepipeline-2.0: Amazon CodePipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodePipeline.Types.ThirdPartyJob

Description

 
Synopsis

Documentation

data ThirdPartyJob Source #

A response to a PollForThirdPartyJobs request returned by AWS CodePipeline when there is a job to be worked on by a partner action.

See: newThirdPartyJob smart constructor.

Constructors

ThirdPartyJob' 

Fields

  • clientId :: Maybe 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.

  • jobId :: Maybe Text

    The identifier used to identify the job in AWS CodePipeline.

Instances

Instances details
FromJSON ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Generic ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Associated Types

type Rep ThirdPartyJob :: Type -> Type #

Read ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Show ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

NFData ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Methods

rnf :: ThirdPartyJob -> () #

Eq ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Hashable ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

type Rep ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

type Rep ThirdPartyJob = D1 ('MetaData "ThirdPartyJob" "Amazonka.CodePipeline.Types.ThirdPartyJob" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" 'False) (C1 ('MetaCons "ThirdPartyJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newThirdPartyJob :: ThirdPartyJob Source #

Create a value of ThirdPartyJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:clientId:ThirdPartyJob', thirdPartyJob_clientId - 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.

$sel:jobId:ThirdPartyJob', thirdPartyJob_jobId - The identifier used to identify the job in AWS CodePipeline.

thirdPartyJob_clientId :: Lens' ThirdPartyJob (Maybe 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.

thirdPartyJob_jobId :: Lens' ThirdPartyJob (Maybe Text) Source #

The identifier used to identify the job in AWS CodePipeline.