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

Description

 
Synopsis

Documentation

data PlatformCommand Source #

Command to be run on a particular operating system.

See: newPlatformCommand smart constructor.

Constructors

PlatformCommand' 

Fields

Instances

Instances details
FromJSON PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

ToJSON PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Generic PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Associated Types

type Rep PlatformCommand :: Type -> Type #

Read PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Show PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

NFData PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Methods

rnf :: PlatformCommand -> () #

Eq PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

Hashable PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

type Rep PlatformCommand Source # 
Instance details

Defined in Amazonka.MigrationHubOrchestrator.Types.PlatformCommand

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

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.