| 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.FileBatchJobIdentifier
Description
Synopsis
- data FileBatchJobIdentifier = FileBatchJobIdentifier' {
- folderPath :: Maybe Text
- fileName :: Text
- newFileBatchJobIdentifier :: Text -> FileBatchJobIdentifier
- fileBatchJobIdentifier_folderPath :: Lens' FileBatchJobIdentifier (Maybe Text)
- fileBatchJobIdentifier_fileName :: Lens' FileBatchJobIdentifier Text
Documentation
data FileBatchJobIdentifier Source #
A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name.
See: newFileBatchJobIdentifier smart constructor.
Constructors
| FileBatchJobIdentifier' | |
Fields
| |
Instances
newFileBatchJobIdentifier Source #
Create a value of FileBatchJobIdentifier 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:folderPath:FileBatchJobIdentifier', fileBatchJobIdentifier_folderPath - The relative path to the file name for the batch job identifier.
$sel:fileName:FileBatchJobIdentifier', fileBatchJobIdentifier_fileName - The file name for the batch job identifier.
fileBatchJobIdentifier_folderPath :: Lens' FileBatchJobIdentifier (Maybe Text) Source #
The relative path to the file name for the batch job identifier.
fileBatchJobIdentifier_fileName :: Lens' FileBatchJobIdentifier Text Source #
The file name for the batch job identifier.