| 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.IoTSiteWise.Types.GatewayPlatform
Description
Documentation
data GatewayPlatform Source #
Contains a gateway's platform information.
See: newGatewayPlatform smart constructor.
Constructors
| GatewayPlatform' | |
Fields
| |
Instances
newGatewayPlatform :: GatewayPlatform Source #
Create a value of GatewayPlatform 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:greengrass:GatewayPlatform', gatewayPlatform_greengrass - A gateway that runs on IoT Greengrass.
$sel:greengrassV2:GatewayPlatform', gatewayPlatform_greengrassV2 - A gateway that runs on IoT Greengrass V2.
gatewayPlatform_greengrass :: Lens' GatewayPlatform (Maybe Greengrass) Source #
A gateway that runs on IoT Greengrass.
gatewayPlatform_greengrassV2 :: Lens' GatewayPlatform (Maybe GreengrassV2) Source #
A gateway that runs on IoT Greengrass V2.