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

Description

 
Synopsis

Documentation

data UpdateWirelessGatewayTaskCreate Source #

UpdateWirelessGatewayTaskCreate object.

See: newUpdateWirelessGatewayTaskCreate smart constructor.

Constructors

UpdateWirelessGatewayTaskCreate' 

Fields

Instances

Instances details
Eq UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

Read UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

Show UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

Generic UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

Associated Types

type Rep UpdateWirelessGatewayTaskCreate :: Type -> Type #

NFData UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

Hashable UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

ToJSON UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

FromJSON UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

type Rep UpdateWirelessGatewayTaskCreate Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate

type Rep UpdateWirelessGatewayTaskCreate = D1 ('MetaData "UpdateWirelessGatewayTaskCreate" "Amazonka.IoTWireless.Types.UpdateWirelessGatewayTaskCreate" "libZSservicesZSamazonka-iotwirelessZSamazonka-iotwireless" 'False) (C1 ('MetaCons "UpdateWirelessGatewayTaskCreate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "updateDataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "updateDataRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "loRaWAN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LoRaWANUpdateGatewayTaskCreate)))))

newUpdateWirelessGatewayTaskCreate :: UpdateWirelessGatewayTaskCreate Source #

Create a value of UpdateWirelessGatewayTaskCreate 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:updateDataSource:UpdateWirelessGatewayTaskCreate', updateWirelessGatewayTaskCreate_updateDataSource - The link to the S3 bucket.

$sel:updateDataRole:UpdateWirelessGatewayTaskCreate', updateWirelessGatewayTaskCreate_updateDataRole - The IAM role used to read data from the S3 bucket.

$sel:loRaWAN:UpdateWirelessGatewayTaskCreate', updateWirelessGatewayTaskCreate_loRaWAN - The properties that relate to the LoRaWAN wireless gateway.