amazonka-m2-2.0: Amazon MainframeModernization 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.M2.Types.DataSet

Description

 
Synopsis

Documentation

data DataSet Source #

Defines a data set.

See: newDataSet smart constructor.

Constructors

DataSet' 

Fields

  • relativePath :: Maybe Text

    The relative location of the data set in the database or file system.

  • storageType :: Maybe Text

    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.

  • datasetName :: Text

    The logical identifier for a specific data set (in mainframe format).

  • datasetOrg :: DatasetOrgAttributes

    The type of dataset. The only supported value is VSAM.

  • recordLength :: RecordLength

    The length of a record.

Instances

Instances details
ToJSON DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Generic DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Associated Types

type Rep DataSet :: Type -> Type #

Methods

from :: DataSet -> Rep DataSet x #

to :: Rep DataSet x -> DataSet #

Read DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Show DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

NFData DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Methods

rnf :: DataSet -> () #

Eq DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Methods

(==) :: DataSet -> DataSet -> Bool #

(/=) :: DataSet -> DataSet -> Bool #

Hashable DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

Methods

hashWithSalt :: Int -> DataSet -> Int #

hash :: DataSet -> Int #

type Rep DataSet Source # 
Instance details

Defined in Amazonka.M2.Types.DataSet

newDataSet Source #

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.