amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.Types.GatewayListItem

Description

 
Synopsis

Documentation

data GatewayListItem Source #

Gateway list item object that specifies the frequency and list of gateways for which the downlink message should be sent.

See: newGatewayListItem smart constructor.

Constructors

GatewayListItem' 

Fields

  • gatewayId :: Text

    The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.

  • downlinkFrequency :: Natural

    The frequency to use for the gateways when sending a downlink message to the wireless device.

Instances

Instances details
FromJSON GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

ToJSON GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

Generic GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

Associated Types

type Rep GatewayListItem :: Type -> Type #

Read GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

Show GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

NFData GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

Methods

rnf :: GatewayListItem -> () #

Eq GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

Hashable GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

type Rep GatewayListItem Source # 
Instance details

Defined in Amazonka.IoTWireless.Types.GatewayListItem

type Rep GatewayListItem = D1 ('MetaData "GatewayListItem" "Amazonka.IoTWireless.Types.GatewayListItem" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "GatewayListItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "downlinkFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newGatewayListItem Source #

Create a value of GatewayListItem 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:gatewayId:GatewayListItem', gatewayListItem_gatewayId - The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.

$sel:downlinkFrequency:GatewayListItem', gatewayListItem_downlinkFrequency - The frequency to use for the gateways when sending a downlink message to the wireless device.

gatewayListItem_gatewayId :: Lens' GatewayListItem Text Source #

The ID of the wireless gateways that you want to add to the list of gateways when sending downlink messages.

gatewayListItem_downlinkFrequency :: Lens' GatewayListItem Natural Source #

The frequency to use for the gateways when sending a downlink message to the wireless device.