| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTRoboRunner.Types.Site
Description
Documentation
Facility containing destinations, workers, activities, and tasks.
See: newSite smart constructor.
Constructors
| Site' | |
Instances
| FromJSON Site Source # | |
| Generic Site Source # | |
| Read Site Source # | |
| Show Site Source # | |
| NFData Site Source # | |
Defined in Amazonka.IoTRoboRunner.Types.Site | |
| Eq Site Source # | |
| Hashable Site Source # | |
Defined in Amazonka.IoTRoboRunner.Types.Site | |
| type Rep Site Source # | |
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)))) | |
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.