Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data GatewayPlatform Source #
Contains a gateway's platform information.
See: newGatewayPlatform
smart constructor.
GatewayPlatform' | |
|
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.