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.RecordLength

Description

 
Synopsis

Documentation

data RecordLength Source #

The length of the records in the data set.

See: newRecordLength smart constructor.

Constructors

RecordLength' 

Fields

  • max :: Int

    The maximum record length. In case of fixed, both minimum and maximum are the same.

  • min :: Int

    The minimum record length of a record.

Instances

Instances details
ToJSON RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Generic RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Associated Types

type Rep RecordLength :: Type -> Type #

Read RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Show RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

NFData RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Methods

rnf :: RecordLength -> () #

Eq RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

Hashable RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

type Rep RecordLength Source # 
Instance details

Defined in Amazonka.M2.Types.RecordLength

type Rep RecordLength = D1 ('MetaData "RecordLength" "Amazonka.M2.Types.RecordLength" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "RecordLength'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRecordLength Source #

Create a value of RecordLength 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:max:RecordLength', recordLength_max - The maximum record length. In case of fixed, both minimum and maximum are the same.

$sel:min:RecordLength', recordLength_min - The minimum record length of a record.

recordLength_max :: Lens' RecordLength Int Source #

The maximum record length. In case of fixed, both minimum and maximum are the same.

recordLength_min :: Lens' RecordLength Int Source #

The minimum record length of a record.