| 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.PlatformCommand
Description
Synopsis
Documentation
data PlatformCommand Source #
Command to be run on a particular operating system.
See: newPlatformCommand smart constructor.
Constructors
| PlatformCommand' | |
Instances
newPlatformCommand :: PlatformCommand Source #
Create a value of PlatformCommand 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:PlatformCommand', platformCommand_linux - Command for Linux.
$sel:windows:PlatformCommand', platformCommand_windows - Command for Windows.
platformCommand_linux :: Lens' PlatformCommand (Maybe Text) Source #
Command for Linux.
platformCommand_windows :: Lens' PlatformCommand (Maybe Text) Source #
Command for Windows.