amazonka-iot-roborunner-2.0: Amazon IoT RoboRunner 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.IoTRoboRunner.Types.Orientation

Description

 
Synopsis

Documentation

data Orientation Source #

Worker orientation measured in units clockwise from north.

See: newOrientation smart constructor.

Constructors

Orientation' 

Fields

Instances

Instances details
FromJSON Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

ToJSON Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

Generic Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

Associated Types

type Rep Orientation :: Type -> Type #

Read Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

Show Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

NFData Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

Methods

rnf :: Orientation -> () #

Eq Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

Hashable Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

type Rep Orientation Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Orientation

type Rep Orientation = D1 ('MetaData "Orientation" "Amazonka.IoTRoboRunner.Types.Orientation" "amazonka-iot-roborunner-2.0-IPZyCSO3ncX78oczP456D6" 'False) (C1 ('MetaCons "Orientation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "degrees") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newOrientation :: Orientation Source #

Create a value of Orientation 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:degrees:Orientation', orientation_degrees - Degrees, limited on [0, 360)

orientation_degrees :: Lens' Orientation (Maybe Double) Source #

Degrees, limited on [0, 360)