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

Description

 
Synopsis

Documentation

data LoRaWANUpdateGatewayTaskCreate Source #

LoRaWANUpdateGatewayTaskCreate object.

See: newLoRaWANUpdateGatewayTaskCreate smart constructor.

Constructors

LoRaWANUpdateGatewayTaskCreate' 

Fields

Instances

Instances details
Eq LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

Read LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

Show LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

Generic LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

Associated Types

type Rep LoRaWANUpdateGatewayTaskCreate :: Type -> Type #

NFData LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

Hashable LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

ToJSON LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

FromJSON LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

type Rep LoRaWANUpdateGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.LoRaWANUpdateGatewayTaskCreate

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

newLoRaWANUpdateGatewayTaskCreate :: LoRaWANUpdateGatewayTaskCreate Source #

Create a value of LoRaWANUpdateGatewayTaskCreate 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:updateSignature:LoRaWANUpdateGatewayTaskCreate', loRaWANUpdateGatewayTaskCreate_updateSignature - The signature used to verify the update firmware.

$sel:sigKeyCrc:LoRaWANUpdateGatewayTaskCreate', loRaWANUpdateGatewayTaskCreate_sigKeyCrc - The CRC of the signature private key to check.

$sel:currentVersion:LoRaWANUpdateGatewayTaskCreate', loRaWANUpdateGatewayTaskCreate_currentVersion - The version of the gateways that should receive the update.

$sel:updateVersion:LoRaWANUpdateGatewayTaskCreate', loRaWANUpdateGatewayTaskCreate_updateVersion - The firmware version to update the gateway to.