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

Description

 
Synopsis

Documentation

data Site Source #

Facility containing destinations, workers, activities, and tasks.

See: newSite smart constructor.

Constructors

Site' 

Fields

Instances

Instances details
FromJSON Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Generic Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Associated Types

type Rep Site :: Type -> Type #

Methods

from :: Site -> Rep Site x #

to :: Rep Site x -> Site #

Read Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Show Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Methods

showsPrec :: Int -> Site -> ShowS #

show :: Site -> String #

showList :: [Site] -> ShowS #

NFData Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Methods

rnf :: Site -> () #

Eq Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Methods

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

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

Hashable Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

Methods

hashWithSalt :: Int -> Site -> Int #

hash :: Site -> Int #

type Rep Site Source # 
Instance details

Defined in Amazonka.IoTRoboRunner.Types.Site

type Rep Site = D1 ('MetaData "Site" "Amazonka.IoTRoboRunner.Types.Site" "amazonka-iot-roborunner-2.0-IPZyCSO3ncX78oczP456D6" 'False) (C1 ('MetaCons "Site'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newSite Source #

Create a value of Site 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:arn:Site', site_arn - Undocumented member.

$sel:name:Site', site_name - The name of the site. Mutable after creation and unique within a given account.

$sel:countryCode:Site', site_countryCode - Undocumented member.

$sel:createdAt:Site', site_createdAt - Undocumented member.

site_arn :: Lens' Site Text Source #

Undocumented member.

site_name :: Lens' Site Text Source #

The name of the site. Mutable after creation and unique within a given account.

site_countryCode :: Lens' Site Text Source #

Undocumented member.

site_createdAt :: Lens' Site UTCTime Source #

Undocumented member.