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

Description

 
Synopsis

Documentation

data ScriptBatchJobIdentifier Source #

A batch job identifier in which the batch job to run is identified by the script name.

See: newScriptBatchJobIdentifier smart constructor.

Constructors

ScriptBatchJobIdentifier' 

Fields

  • scriptName :: Text

    The name of the script containing the batch job definition.

Instances

Instances details
ToJSON ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Generic ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Associated Types

type Rep ScriptBatchJobIdentifier :: Type -> Type #

Read ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Show ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

NFData ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Eq ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

Hashable ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

type Rep ScriptBatchJobIdentifier Source # 
Instance details

Defined in Amazonka.M2.Types.ScriptBatchJobIdentifier

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

newScriptBatchJobIdentifier Source #

Create a value of ScriptBatchJobIdentifier 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:scriptName:ScriptBatchJobIdentifier', scriptBatchJobIdentifier_scriptName - The name of the script containing the batch job definition.

scriptBatchJobIdentifier_scriptName :: Lens' ScriptBatchJobIdentifier Text Source #

The name of the script containing the batch job definition.