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.LoRaWANUpdateGatewayTaskEntry

Description

 
Synopsis

Documentation

data LoRaWANUpdateGatewayTaskEntry Source #

LoRaWANUpdateGatewayTaskEntry object.

See: newLoRaWANUpdateGatewayTaskEntry smart constructor.

Constructors

LoRaWANUpdateGatewayTaskEntry' 

Fields

Instances

Instances details
Eq LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

Read LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

Show LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

Generic LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

Associated Types

type Rep LoRaWANUpdateGatewayTaskEntry :: Type -> Type #

NFData LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

Hashable LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

FromJSON LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

type Rep LoRaWANUpdateGatewayTaskEntry Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry

type Rep LoRaWANUpdateGatewayTaskEntry = D1 ('MetaData "LoRaWANUpdateGatewayTaskEntry" "Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskEntry" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "LoRaWANUpdateGatewayTaskEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "currentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANGatewayVersion)) :*: S1 ('MetaSel ('Just "updateVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANGatewayVersion))))

newLoRaWANUpdateGatewayTaskEntry :: LoRaWANUpdateGatewayTaskEntry Source #

Create a value of LoRaWANUpdateGatewayTaskEntry 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:currentVersion:LoRaWANUpdateGatewayTaskEntry', loRaWANUpdateGatewayTaskEntry_currentVersion - The version of the gateways that should receive the update.

$sel:updateVersion:LoRaWANUpdateGatewayTaskEntry', loRaWANUpdateGatewayTaskEntry_updateVersion - The firmware version to update the gateway to.