stratosphere-robomaker-1.0.0: Stratosphere integration for AWS RoboMaker.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.RoboMaker.Robot

Documentation

data Robot Source #

Instances

Instances details
ToJSON Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Show Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Methods

showsPrec :: Int -> Robot -> ShowS #

show :: Robot -> String #

showList :: [Robot] -> ShowS #

Eq Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Methods

(==) :: Robot -> Robot -> Bool #

(/=) :: Robot -> Robot -> Bool #

ToResourceProperties Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Property "Architecture" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Associated Types

type PropertyType "Architecture" Robot 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "Architecture" Robot = Value Text

Methods

set :: PropertyType "Architecture" Robot -> Robot -> Robot #

Property "Fleet" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Associated Types

type PropertyType "Fleet" Robot 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "Fleet" Robot = Value Text

Methods

set :: PropertyType "Fleet" Robot -> Robot -> Robot #

Property "GreengrassGroupId" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Associated Types

type PropertyType "GreengrassGroupId" Robot 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "GreengrassGroupId" Robot = Value Text

Methods

set :: PropertyType "GreengrassGroupId" Robot -> Robot -> Robot #

Property "Name" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Associated Types

type PropertyType "Name" Robot 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Methods

set :: PropertyType "Name" Robot -> Robot -> Robot #

Property "Tags" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Associated Types

type PropertyType "Tags" Robot 
Instance details

Defined in Stratosphere.RoboMaker.Robot

Methods

set :: PropertyType "Tags" Robot -> Robot -> Robot #

type PropertyType "Architecture" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "Architecture" Robot = Value Text
type PropertyType "Fleet" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "Fleet" Robot = Value Text
type PropertyType "GreengrassGroupId" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "GreengrassGroupId" Robot = Value Text
type PropertyType "Name" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot

type PropertyType "Tags" Robot Source # 
Instance details

Defined in Stratosphere.RoboMaker.Robot