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 |
Synopsis
- data OtaaV1_0_x = OtaaV1_0_x' {}
- newOtaaV1_0_x :: OtaaV1_0_x
- otaaV1_0_x_appEui :: Lens' OtaaV1_0_x (Maybe Text)
- otaaV1_0_x_appKey :: Lens' OtaaV1_0_x (Maybe Text)
Documentation
data OtaaV1_0_x Source #
OTAA device object for v1.0.x
See: newOtaaV1_0_x
smart constructor.
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.
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.