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

Description

 
Synopsis

Documentation

data DeploymentApplicationConfig Source #

Information about a deployment application configuration.

See: newDeploymentApplicationConfig smart constructor.

Constructors

DeploymentApplicationConfig' 

Fields

Instances

Instances details
Eq DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Read DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Show DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Generic DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Associated Types

type Rep DeploymentApplicationConfig :: Type -> Type #

NFData DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

Hashable DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

ToJSON DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

FromJSON DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

type Rep DeploymentApplicationConfig Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.DeploymentApplicationConfig

type Rep DeploymentApplicationConfig = D1 ('MetaData "DeploymentApplicationConfig" "Amazonka.RobOMaker.Types.DeploymentApplicationConfig" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "DeploymentApplicationConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "applicationVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "launchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DeploymentLaunchConfig))))

deploymentApplicationConfig_application :: Lens' DeploymentApplicationConfig Text Source #

The Amazon Resource Name (ARN) of the robot application.