libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Read ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

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

NFData ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

Methods

rnf :: ThirdPartyJob -> () #

Hashable ThirdPartyJob Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ThirdPartyJob

FromJSON 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" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" '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.