amazonka-migrationhuborchestrator-2.0: Amazon Migration Hub Orchestrator 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.MigrationHubOrchestrator.Types.PlatformScriptKey

Description

 
Synopsis

Documentation

data PlatformScriptKey Source #

The script location for a particular operating system.

See: newPlatformScriptKey smart constructor.

Constructors

PlatformScriptKey' 

Fields

Instances

Instances details
FromJSON PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

ToJSON PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Generic PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Associated Types

type Rep PlatformScriptKey :: Type -> Type #

Read PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Show PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

NFData PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Methods

rnf :: PlatformScriptKey -> () #

Eq PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

Hashable PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

type Rep PlatformScriptKey Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey

type Rep PlatformScriptKey = D1 ('MetaData "PlatformScriptKey" "Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey" "amazonka-migrationhuborchestrator-2.0-HQHMI3I3PjN4mnuoVSsX97" 'False) (C1 ('MetaCons "PlatformScriptKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "linux") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windows") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlatformScriptKey :: PlatformScriptKey Source #

Create a value of PlatformScriptKey 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:linux:PlatformScriptKey', platformScriptKey_linux - The script location for Linux.

$sel:windows:PlatformScriptKey', platformScriptKey_windows - The script location for Windows.

platformScriptKey_linux :: Lens' PlatformScriptKey (Maybe Text) Source #

The script location for Linux.

platformScriptKey_windows :: Lens' PlatformScriptKey (Maybe Text) Source #

The script location for Windows.