libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTWireless.Types.OtaaV1_1

Description

 
Synopsis

Documentation

data OtaaV1_1 Source #

OTAA device object for v1.1

See: newOtaaV1_1 smart constructor.

Constructors

OtaaV1_1' 

Fields

Instances

Instances details
Eq OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

Read OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

Show OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

Generic OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

Associated Types

type Rep OtaaV1_1 :: Type -> Type #

Methods

from :: OtaaV1_1 -> Rep OtaaV1_1 x #

to :: Rep OtaaV1_1 x -> OtaaV1_1 #

NFData OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

Methods

rnf :: OtaaV1_1 -> () #

Hashable OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

Methods

hashWithSalt :: Int -> OtaaV1_1 -> Int #

hash :: OtaaV1_1 -> Int #

ToJSON OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

FromJSON OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

type Rep OtaaV1_1 Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.OtaaV1_1

type Rep OtaaV1_1 = D1 ('MetaData "OtaaV1_1" "Amazonka.IoTWireless.Types.OtaaV1_1" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "OtaaV1_1'" 'PrefixI 'True) (S1 ('MetaSel ('Just "joinEui") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nwkKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "appKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newOtaaV1_1 :: OtaaV1_1 Source #

Create a value of OtaaV1_1 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:joinEui:OtaaV1_1', otaaV1_1_joinEui - The JoinEUI value.

$sel:nwkKey:OtaaV1_1', otaaV1_1_nwkKey - The NwkKey value.

$sel:appKey:OtaaV1_1', otaaV1_1_appKey - The AppKey value.