libZSservicesZSamazonka-robomakerZSamazonka-robomaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Description

 
Synopsis

Documentation

data DeploymentLaunchConfig Source #

Configuration information for a deployment launch.

See: newDeploymentLaunchConfig smart constructor.

Constructors

DeploymentLaunchConfig' 

Fields

Instances

Instances details
Eq DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Read DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Show DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Generic DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Associated Types

type Rep DeploymentLaunchConfig :: Type -> Type #

NFData DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

Methods

rnf :: DeploymentLaunchConfig -> () #

Hashable DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

ToJSON DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

FromJSON DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

type Rep DeploymentLaunchConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentLaunchConfig

type Rep DeploymentLaunchConfig = D1 ('MetaData "DeploymentLaunchConfig" "Amazonka.RobOMaker.Types.DeploymentLaunchConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeploymentLaunchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "preLaunchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "postLaunchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "packageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDeploymentLaunchConfig Source #

Create a value of DeploymentLaunchConfig 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:preLaunchFile:DeploymentLaunchConfig', deploymentLaunchConfig_preLaunchFile - The deployment pre-launch file. This file will be executed prior to the launch file.

$sel:postLaunchFile:DeploymentLaunchConfig', deploymentLaunchConfig_postLaunchFile - The deployment post-launch file. This file will be executed after the launch file.

$sel:environmentVariables:DeploymentLaunchConfig', deploymentLaunchConfig_environmentVariables - An array of key/value pairs specifying environment variables for the robot application

$sel:packageName:DeploymentLaunchConfig', deploymentLaunchConfig_packageName - The package name.

$sel:launchFile:DeploymentLaunchConfig', deploymentLaunchConfig_launchFile - The launch file name.

deploymentLaunchConfig_preLaunchFile :: Lens' DeploymentLaunchConfig (Maybe Text) Source #

The deployment pre-launch file. This file will be executed prior to the launch file.

deploymentLaunchConfig_postLaunchFile :: Lens' DeploymentLaunchConfig (Maybe Text) Source #

The deployment post-launch file. This file will be executed after the launch file.

deploymentLaunchConfig_environmentVariables :: Lens' DeploymentLaunchConfig (Maybe (HashMap Text Text)) Source #

An array of key/value pairs specifying environment variables for the robot application