amazonka-pipes-2.0: Amazon EventBridge Pipes 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.Pipes.Types.BatchJobDependency

Description

 
Synopsis

Documentation

data BatchJobDependency Source #

An object that represents an Batch job dependency.

See: newBatchJobDependency smart constructor.

Constructors

BatchJobDependency' 

Fields

Instances

Instances details
FromJSON BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

ToJSON BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Generic BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Associated Types

type Rep BatchJobDependency :: Type -> Type #

Read BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Show BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

NFData BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Methods

rnf :: BatchJobDependency -> () #

Eq BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

Hashable BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

type Rep BatchJobDependency Source # 
Instance details

Defined in Amazonka.Pipes.Types.BatchJobDependency

type Rep BatchJobDependency = D1 ('MetaData "BatchJobDependency" "Amazonka.Pipes.Types.BatchJobDependency" "amazonka-pipes-2.0-DDuNjbjVfgsJFLlibzr06i" 'False) (C1 ('MetaCons "BatchJobDependency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchJobDependencyType))))

newBatchJobDependency :: BatchJobDependency Source #

Create a value of BatchJobDependency 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:jobId:BatchJobDependency', batchJobDependency_jobId - The job ID of the Batch job that's associated with this dependency.

$sel:type':BatchJobDependency', batchJobDependency_type - The type of the job dependency.

batchJobDependency_jobId :: Lens' BatchJobDependency (Maybe Text) Source #

The job ID of the Batch job that's associated with this dependency.