| 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.DataSet
Description
Synopsis
- data DataSet = DataSet' {}
- newDataSet :: Text -> DatasetOrgAttributes -> RecordLength -> DataSet
- dataSet_relativePath :: Lens' DataSet (Maybe Text)
- dataSet_storageType :: Lens' DataSet (Maybe Text)
- dataSet_datasetName :: Lens' DataSet Text
- dataSet_datasetOrg :: Lens' DataSet DatasetOrgAttributes
- dataSet_recordLength :: Lens' DataSet RecordLength
Documentation
Defines a data set.
See: newDataSet smart constructor.
Constructors
| DataSet' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DatasetOrgAttributes | |
| -> RecordLength | |
| -> DataSet |
Create a value of DataSet 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:relativePath:DataSet', dataSet_relativePath - The relative location of the data set in the database or file system.
$sel:storageType:DataSet', dataSet_storageType - The storage type of the data set: database or file system. For Micro
Focus, database corresponds to datastore and file system corresponds to
EFS/FSX. For Blu Age, there is no support of file system and database
corresponds to Blusam.
$sel:datasetName:DataSet', dataSet_datasetName - The logical identifier for a specific data set (in mainframe format).
$sel:datasetOrg:DataSet', dataSet_datasetOrg - The type of dataset. The only supported value is VSAM.
$sel:recordLength:DataSet', dataSet_recordLength - The length of a record.
dataSet_relativePath :: Lens' DataSet (Maybe Text) Source #
The relative location of the data set in the database or file system.
dataSet_storageType :: Lens' DataSet (Maybe Text) Source #
The storage type of the data set: database or file system. For Micro Focus, database corresponds to datastore and file system corresponds to EFS/FSX. For Blu Age, there is no support of file system and database corresponds to Blusam.
dataSet_datasetName :: Lens' DataSet Text Source #
The logical identifier for a specific data set (in mainframe format).
dataSet_datasetOrg :: Lens' DataSet DatasetOrgAttributes Source #
The type of dataset. The only supported value is VSAM.
dataSet_recordLength :: Lens' DataSet RecordLength Source #
The length of a record.