| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MigrationHubOrchestrator.Types.PlatformScriptKey
Description
Documentation
data PlatformScriptKey Source #
The script location for a particular operating system.
See: newPlatformScriptKey smart constructor.
Constructors
| PlatformScriptKey' | |
Instances
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.