| 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.IoTWireless.Types.OtaaV1_0_x
Description
Synopsis
Documentation
data OtaaV1_0_x Source #
OTAA device object for v1.0.x
See: newOtaaV1_0_x smart constructor.
Constructors
| OtaaV1_0_x' | |
Instances
newOtaaV1_0_x :: OtaaV1_0_x Source #
Create a value of OtaaV1_0_x 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:appEui:OtaaV1_0_x', otaaV1_0_x_appEui - The AppEUI value.
$sel:appKey:OtaaV1_0_x', otaaV1_0_x_appKey - The AppKey value.
$sel:genAppKey:OtaaV1_0_x', otaaV1_0_x_genAppKey - The GenAppKey value.
otaaV1_0_x_appEui :: Lens' OtaaV1_0_x (Maybe Text) Source #
The AppEUI value.
otaaV1_0_x_appKey :: Lens' OtaaV1_0_x (Maybe Text) Source #
The AppKey value.
otaaV1_0_x_genAppKey :: Lens' OtaaV1_0_x (Maybe Text) Source #
The GenAppKey value.