| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pipes.Types.BatchJobDependency
Description
Synopsis
Documentation
data BatchJobDependency Source #
An object that represents an Batch job dependency.
See: newBatchJobDependency smart constructor.
Constructors
| BatchJobDependency' | |
Instances
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.
batchJobDependency_type :: Lens' BatchJobDependency (Maybe BatchJobDependencyType) Source #
The type of the job dependency.