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

Description

 
Synopsis

Documentation

data Environment Source #

The object that contains the Docker image URI for either your robot or simulation applications.

See: newEnvironment smart constructor.

Constructors

Environment' 

Fields

  • uri :: Maybe Text

    The Docker image URI for either your robot or simulation applications.

Instances

Instances details
Eq Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Read Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Show Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Generic Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Associated Types

type Rep Environment :: Type -> Type #

NFData Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

Methods

rnf :: Environment -> () #

Hashable Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

ToJSON Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

FromJSON Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

type Rep Environment Source # 
Instance details

Defined in Amazonka.RobOMaker.Types.Environment

type Rep Environment = D1 ('MetaData "Environment" "Amazonka.RobOMaker.Types.Environment" "libZSservicesZSamazonka-robomakerZSamazonka-robomaker" 'False) (C1 ('MetaCons "Environment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEnvironment :: Environment Source #

Create a value of Environment 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:uri:Environment', environment_uri - The Docker image URI for either your robot or simulation applications.

environment_uri :: Lens' Environment (Maybe Text) Source #

The Docker image URI for either your robot or simulation applications.