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

Description

 
Synopsis

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

Instances details
ToJSON FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Generic FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Associated Types

type Rep FileBatchJobIdentifier :: Type -> Type #

Read FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Show FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

NFData FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Methods

rnf :: FileBatchJobIdentifier -> () #

Eq FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

Hashable FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

type Rep FileBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.FileBatchJobIdentifier

type Rep FileBatchJobIdentifier = D1 ('MetaData "FileBatchJobIdentifier" "Amazonka.M2.Types.FileBatchJobIdentifier" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "FileBatchJobIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "folderPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.