| 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.M2.Types.BatchJobIdentifier
Description
Synopsis
Documentation
data BatchJobIdentifier Source #
Identifies a specific batch job.
See: newBatchJobIdentifier smart constructor.
Constructors
| BatchJobIdentifier' | |
Fields
| |
Instances
newBatchJobIdentifier :: BatchJobIdentifier Source #
Create a value of BatchJobIdentifier 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:fileBatchJobIdentifier:BatchJobIdentifier', batchJobIdentifier_fileBatchJobIdentifier - Specifies a file associated with a specific batch job.
$sel:scriptBatchJobIdentifier:BatchJobIdentifier', batchJobIdentifier_scriptBatchJobIdentifier - A batch job identifier in which the batch job to run is identified by
the script name.
batchJobIdentifier_fileBatchJobIdentifier :: Lens' BatchJobIdentifier (Maybe FileBatchJobIdentifier) Source #
Specifies a file associated with a specific batch job.
batchJobIdentifier_scriptBatchJobIdentifier :: Lens' BatchJobIdentifier (Maybe ScriptBatchJobIdentifier) Source #
A batch job identifier in which the batch job to run is identified by the script name.